Skip to content

Commit

Permalink
Merge pull request #29787 from yh-0218/fix/button-text-center
Browse files Browse the repository at this point in the history
fixed money request button text center issue #29759
  • Loading branch information
cristipaval authored Oct 18, 2023
2 parents 67d3a9a + 2ff8c49 commit 1ed55e0
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 @@ -527,7 +527,7 @@ const styles = (theme: ThemeDefault) =>
paddingTop: 8,
paddingRight: 10,
paddingBottom: 8,
paddingLeft: 18,
paddingLeft: 10,
backgroundColor: theme.buttonDefaultBG,
},

Expand Down

0 comments on commit 1ed55e0

Please sign in to comment.