From 5050016b22347b7241ca9681a137f164842c0aca Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sat, 12 Aug 2023 20:28:20 +0800 Subject: [PATCH] theme typo fix --- themes/green.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/green.py b/themes/green.py index 4a906f2..3ee753a 100644 --- a/themes/green.py +++ b/themes/green.py @@ -56,7 +56,7 @@ def adjust_theme(): button_primary_background_fill_hover="*primary_400", button_primary_border_color="*primary_500", button_primary_border_color_dark="*primary_600", - button_primary_text_color="wihte", + button_primary_text_color="white", button_primary_text_color_dark="white", button_secondary_background_fill="*neutral_100", button_secondary_background_fill_hover="*neutral_50",