Skip to content

Commit

Permalink
Merge pull request #29776 from eh2077/29230-fix-iOS-receipt-border-ra…
Browse files Browse the repository at this point in the history
…dius-is-not-round

fix iOS receipt border radius is not round
  • Loading branch information
iwiznia authored Oct 18, 2023
2 parents 6bab0ce + f72f5db commit 935e891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3704,8 +3704,7 @@ const styles = (theme: ThemeDefault) =>

reportActionItemImages: {
flexDirection: 'row',
borderWidth: 4,
borderColor: theme.transparent,
margin: 4,
borderTopLeftRadius: variables.componentBorderRadiusLarge,
borderTopRightRadius: variables.componentBorderRadiusLarge,
overflow: 'hidden',
Expand Down

0 comments on commit 935e891

Please sign in to comment.