Skip to content

Commit

Permalink
update confirm button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik committed Sep 9, 2024
1 parent 205fed9 commit 59123e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {ScrollView, View} from 'react-native';
import {StyleSheet} from '@atb/theme';
import {Button} from '@atb/components/button';
import {PurchaseConfirmationTexts, useTranslation} from '@atb/translations';
import {ArrowRight} from '@atb/assets/svg/mono-icons/navigation';
import {Confirm} from '@atb/assets/svg/mono-icons/actions';
import {ThemeText} from '@atb/components/text';
import SelectPaymentMethodTexts from '@atb/translations/screens/subscreens/SelectPaymentMethodTexts';
import {BottomSheetContainer} from '@atb/components/bottom-sheet';
Expand Down Expand Up @@ -116,7 +116,7 @@ export const SelectPaymentMethodSheet: React.FC<Props> = ({
if (selectedMethod) onSelect(selectedMethod, shouldSave);
}}
disabled={!selectedMethod}
rightIcon={{svg: ArrowRight}}
rightIcon={{svg: Confirm}}
testID="confirmButton"
/>
</FullScreenFooter>
Expand Down

0 comments on commit 59123e4

Please sign in to comment.