diff --git a/apps/wallet-mobile/src/components/Modal/ModalScreen.tsx b/apps/wallet-mobile/src/components/Modal/ModalScreen.tsx index 04600cc5c3..cc1af44c65 100644 --- a/apps/wallet-mobile/src/components/Modal/ModalScreen.tsx +++ b/apps/wallet-mobile/src/components/Modal/ModalScreen.tsx @@ -125,9 +125,9 @@ const useStyles = () => { borderTopLeftRadius: 20, }, sheet: { + backgroundColor: isDark ? color.gray_c50 : color.white_static, ...atoms.flex_1, ...atoms.self_stretch, - backgroundColor: isDark ? color.gray_c50 : color.white_static, }, title: { ...atoms.heading_3_medium, diff --git a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/AboutRecoveryPhraseScreen.tsx b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/AboutRecoveryPhraseScreen.tsx index b4042f157a..8774fd95a2 100644 --- a/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/AboutRecoveryPhraseScreen.tsx +++ b/apps/wallet-mobile/src/features/SetupWallet/useCases/CreateWallet/AboutRecoveryPhraseScreen.tsx @@ -59,14 +59,12 @@ export const AboutRecoveryPhraseScreen = () => { - + + - - -