diff options
Diffstat (limited to 'src/screens/StarterPack')
-rw-r--r-- | src/screens/StarterPack/StarterPackLandingScreen.tsx | 2 | ||||
-rw-r--r-- | src/screens/StarterPack/StarterPackScreen.tsx | 4 | ||||
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index 5f1d5e062..4d7f9ace9 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -308,7 +308,7 @@ function LandingScreenLoaded({ label={_(msg`Signup without a starter pack`)} variant="solid" color="secondary" - size="medium" + size="large" style={[a.py_lg]} onPress={onJoinWithoutPress}> <ButtonText> diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 5b267ff27..0aa863f7b 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -449,7 +449,7 @@ function Header({ }} variant="solid" color="primary" - size="medium"> + size="large"> <ButtonText style={[a.text_lg]}> <Trans>Join Bluesky</Trans> </ButtonText> @@ -645,7 +645,7 @@ function OverflowMenu({ <Button variant="solid" color="negative" - size={gtMobile ? 'small' : 'medium'} + size={gtMobile ? 'small' : 'large'} label={_(msg`Yes, delete this starter pack`)} onPress={onDeleteStarterPack}> <ButtonText> 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> |