Skip to content

Commit

Permalink
Merge pull request #29677 from Expensify/vit-fix29650
Browse files Browse the repository at this point in the history
[CP Staging] Add padding left back to cardMenuItem
  • Loading branch information
mountiny authored Oct 16, 2023
2 parents 834b3d2 + f93fae2 commit 9945507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,7 @@ const styles = (theme: ThemeDefault) =>
},

cardMenuItem: {
paddingLeft: 0,
paddingLeft: 8,
paddingRight: 0,
borderRadius: variables.buttonBorderRadius,
height: variables.componentSizeLarge,
Expand Down

0 comments on commit 9945507

Please sign in to comment.