File tree 1 file changed +2
-2
lines changed
suite-native/module-onboarding/src/screens
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const gradientBackgroundBottomStyle = prepareNativeStyle(() => ({
27
27
28
28
const buttonWrapperStyle = prepareNativeStyle ( utils => ( {
29
29
width : '100%' ,
30
- paddingBottom : utils . spacings . sp24 ,
30
+ paddingBottom : utils . spacings . sp16 ,
31
31
} ) ) ;
32
32
33
33
const textColorStyle = prepareNativeStyle ( ( ) => ( {
@@ -83,7 +83,7 @@ export const WelcomeScreen = ({
83
83
</ Box >
84
84
</ ImageBackground >
85
85
) }
86
- < Screen isScrollable = { false } backgroundColor = "transparent" >
86
+ < Screen isScrollable = { true } backgroundColor = "transparent" >
87
87
< VStack flex = { 1 } justifyContent = "flex-end" alignItems = "center" spacing = { 48 } >
88
88
< VStack alignItems = "center" spacing = "sp16" >
89
89
< Icon name = "trezorLogo" color = { colorVariants . dark . textDefault } size = { 50 } />
You can’t perform that action at this time.
0 commit comments