Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet-here authored Dec 22, 2022
1 parent 4deeae6 commit 209b51e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/ConfirmationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ const ConfirmationPage = props => (
</Text>
</View>
{props.shouldShowButton && (
<FixedFooter>
<Button
success
text={props.buttonText}
style={styles.mt6}
pressOnEnter
onPress={props.onButtonPress}
/>
</FixedFooter>
<FixedFooter>
<Button
success
text={props.buttonText}
style={styles.mt6}
pressOnEnter
onPress={props.onButtonPress}
/>
</FixedFooter>
)}
</>
);
Expand Down

0 comments on commit 209b51e

Please sign in to comment.