Skip to content

Commit 1ed55e0

Browse files
authored
Merge pull request #29787 from yh-0218/fix/button-text-center
fixed money request button text center issue #29759
2 parents 67d3a9a + 2ff8c49 commit 1ed55e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ const styles = (theme: ThemeDefault) =>
527527
paddingTop: 8,
528528
paddingRight: 10,
529529
paddingBottom: 8,
530-
paddingLeft: 18,
530+
paddingLeft: 10,
531531
backgroundColor: theme.buttonDefaultBG,
532532
},
533533

0 commit comments

Comments
 (0)