Update theme.py
Browse files
theme.py
CHANGED
@@ -58,8 +58,8 @@ class Theme(Base):
|
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_200',
|
60 |
button_primary_text_color="white",
|
61 |
-
button_primary_background_fill_dark="
|
62 |
-
button_primary_background_fill_hover_dark="
|
63 |
button_primary_text_color_dark="white",
|
64 |
button_secondary_background_fill="*button_primary_background_fill",
|
65 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
|
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_200',
|
60 |
button_primary_text_color="white",
|
61 |
+
button_primary_background_fill_dark="gray",
|
62 |
+
button_primary_background_fill_hover_dark="gray",
|
63 |
button_primary_text_color_dark="white",
|
64 |
button_secondary_background_fill="*button_primary_background_fill",
|
65 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|