Skip to content

Commit

Permalink
fix(suite-native): add missing footer bottom margin on coin enabling …
Browse files Browse the repository at this point in the history
…init screen
  • Loading branch information
yanascz committed Feb 11, 2025
1 parent 903dd5c commit 5e15f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const CoinEnablingInitScreen = () => {
canBeSaved && (
<Animated.View entering={SlideInDown} exiting={SlideOutDown}>
<ScreenFooterGradient />
<Box marginHorizontal="sp16">
<Box marginHorizontal="sp16" marginBottom="sp16">
<Button onPress={handleSave} testID="@coin-enabling/button-save">
<Translation id="moduleSettings.coinEnabling.initialSetup.button" />
</Button>
Expand Down

0 comments on commit 5e15f44

Please sign in to comment.