Skip to content

Commit

Permalink
Remove multipleAvatars-specific style
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Nov 16, 2023
1 parent 47c7819 commit 52387d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function MoneyRequestPreview(props) {
)}
</View>
{props.isBillSplit && (
<View style={styles.moneyRequestPreviewBoxAvatar}>
<View>
<MultipleAvatars
icons={participantAvatars}
shouldStackHorizontally
Expand Down
5 changes: 0 additions & 5 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2658,11 +2658,6 @@ const styles = (theme: ThemeColors) =>
width: '100%',
},

moneyRequestPreviewBoxAvatar: {
marginRight: -10,
marginBottom: 0,
},

moneyRequestPreviewAmount: {
...headlineFont,
...whiteSpace.preWrap,
Expand Down

0 comments on commit 52387d0

Please sign in to comment.