Skip to content

Commit 920c642

Browse files
committed
fixup! fixup! refactor(suite-native): legacy welcome flow removed
1 parent 8673fa7 commit 920c642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

suite-native/module-onboarding/src/screens/WelcomeScreen.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const gradientBackgroundBottomStyle = prepareNativeStyle(() => ({
2727

2828
const buttonWrapperStyle = prepareNativeStyle(utils => ({
2929
width: '100%',
30-
paddingBottom: utils.spacings.sp24,
30+
paddingBottom: utils.spacings.sp16,
3131
}));
3232

3333
const textColorStyle = prepareNativeStyle(() => ({
@@ -83,7 +83,7 @@ export const WelcomeScreen = ({
8383
</Box>
8484
</ImageBackground>
8585
)}
86-
<Screen isScrollable={false} backgroundColor="transparent">
86+
<Screen isScrollable={true} backgroundColor="transparent">
8787
<VStack flex={1} justifyContent="flex-end" alignItems="center" spacing={48}>
8888
<VStack alignItems="center" spacing="sp16">
8989
<Icon name="trezorLogo" color={colorVariants.dark.textDefault} size={50} />

0 commit comments

Comments
 (0)