diff options
Diffstat (limited to 'src/screens/StarterPack/Wizard/index.tsx')
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 40a4a510b..29ef44ee0 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -358,7 +358,7 @@ function Container({children}: {children: React.ReactNode}) { label={_(msg`Next`)} variant="solid" color="primary" - size="medium" + size="large" style={[a.mx_xl, a.mb_lg, {marginTop: 35}]} onPress={() => dispatch({type: 'Next'})}> <ButtonText> |