diff --git a/components/OnchainFeeInput.tsx b/components/OnchainFeeInput.tsx index 496996e66..a47ba71cc 100644 --- a/components/OnchainFeeInput.tsx +++ b/components/OnchainFeeInput.tsx @@ -1,5 +1,6 @@ import React, { useEffect, useState } from 'react'; -import { Text, TextInput, TouchableWithoutFeedback, View } from 'react-native'; +import { Text, TouchableWithoutFeedback, View } from 'react-native'; +import TextInput from '../components/TextInput'; import { themeColor } from '../utils/ThemeUtils'; import stores from '../stores/Stores'; import NavigationService from '../NavigationService';