diff options
Diffstat (limited to 'src/screens/StarterPack/StarterPackScreen.tsx')
-rw-r--r-- | src/screens/StarterPack/StarterPackScreen.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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> |