From f4ebaa34f052e7f4ae8afc862a51f961869771ee Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Sun, 30 Mar 2025 17:49:47 +0800 Subject: [PATCH] change button success text color --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index f7e06e6fe484..894ca381860f 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -799,7 +799,7 @@ const styles = (theme: ThemeColors) => }, buttonSuccessText: { - color: theme.textLight, + color: theme.buttonSuccessText, }, buttonDangerText: {