Skip to content

Commit

Permalink
MM-61951 fix share feedback screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Dec 10, 2024
1 parent 9b8592e commit 621ebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/screens/share_feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ const ShareFeedback = ({
emphasis={'tertiary'}
onPress={onPressNo}
text={intl.formatMessage({id: 'share_feedback.button.no', defaultMessage: 'No, thanks'})}
backgroundStyle={styles.leftButton}
buttonContainerStyle={styles.leftButton}
/>
<Button
theme={theme}
size={'lg'}
onPress={onPressYes}
text={intl.formatMessage({id: 'share_feedback.button.yes', defaultMessage: 'Yes'})}
backgroundStyle={styles.rightButton}
buttonContainerStyle={styles.rightButton}
/>
</View>
</View>
Expand Down

0 comments on commit 621ebe0

Please sign in to comment.