Skip to content

Commit

Permalink
fix correct button styling for purpose and welcome video
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Mar 15, 2024
1 parent d056079 commit ad91961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OnboardingWelcomeVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function OnboardingWelcomeVideo() {
<Text style={styles.textSupporting}>{translate('onboarding.welcomeVideo.description')}</Text>
</View>
<Button
large
success
pressOnEnter
onPress={closeModal}
Expand Down
1 change: 1 addition & 0 deletions src/pages/OnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function OnboardingPurpose() {
</ScrollView>
<View style={[styles.pb5, paddingHorizontal]}>
<Button
large
success
onPress={completeEngagement}
isDisabled={!selectedPurpose}
Expand Down

0 comments on commit ad91961

Please sign in to comment.