diff options
Diffstat (limited to 'src/screens/Onboarding/StepProfile/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepProfile/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Onboarding/StepProfile/index.tsx b/src/screens/Onboarding/StepProfile/index.tsx index 3d2c551e9..555507689 100644 --- a/src/screens/Onboarding/StepProfile/index.tsx +++ b/src/screens/Onboarding/StepProfile/index.tsx @@ -267,8 +267,8 @@ export function StepProfile() { <OnboardingControls.Portal> <View style={[a.gap_md, gtMobile && {flexDirection: 'row-reverse'}]}> <Button - variant="gradient" - color="gradient_sky" + variant="solid" + color="primary" size="large" label={_(msg`Continue to next step`)} onPress={onContinue}> |