Skip to content

Commit

Permalink
fix(receive): fix minimum amount button background color
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed May 23, 2024
1 parent f80be5f commit 75aa27a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/Wallets/Receive/ReceiveAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import React, {
useEffect,
useState,
} from 'react';
import { StyleSheet, View } from 'react-native';
import { StyleSheet, View, TouchableOpacity } from 'react-native';
import { useTranslation } from 'react-i18next';
import { useFocusEffect } from '@react-navigation/native';

import { Caption13Up } from '../../../styles/text';
import { TouchableOpacity } from '../../../styles/components';
import BottomSheetNavigationHeader from '../../../components/BottomSheetNavigationHeader';
import NumberPadTextField from '../../../components/NumberPadTextField';
import SafeAreaInset from '../../../components/SafeAreaInset';
Expand Down

0 comments on commit 75aa27a

Please sign in to comment.