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

(cherry picked from commit 9945507)
  • Loading branch information
mountiny authored and OSBotify committed Oct 16, 2023
1 parent fd60a10 commit a59fdbd
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 a59fdbd

Please sign in to comment.