From 2ff8c496c98773b3e95a949e2ea82356e35460c9 Mon Sep 17 00:00:00 2001 From: yh-0218 Date: Tue, 17 Oct 2023 17:54:17 +0300 Subject: [PATCH] fixed button text center issue --- src/styles/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.ts b/src/styles/styles.ts index 07fb165cd76e..6fa336fad2a2 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -527,7 +527,7 @@ const styles = (theme: ThemeDefault) => paddingTop: 8, paddingRight: 10, paddingBottom: 8, - paddingLeft: 18, + paddingLeft: 10, backgroundColor: theme.buttonDefaultBG, },