Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -48,7 +48,7 @@ class Theme(Base):
|
|
48 |
body_text_color_subdued="#f5f5f5",
|
49 |
body_background_fill="#85a860",
|
50 |
background_fill_primary="#c8dcb4",
|
51 |
-
background_fill_secondary="
|
52 |
background_fill_primary_dark="#0e170b",
|
53 |
block_background_fill="#d3e3c3",
|
54 |
# Button Colors
|
@@ -57,7 +57,7 @@ class Theme(Base):
|
|
57 |
button_primary_background_fill_dark="*primary_600",
|
58 |
button_primary_background_fill_hover_dark="*primary_600",
|
59 |
button_primary_text_color="rgb(243, 239, 224)",
|
60 |
-
button_primary_text_color_dark="
|
61 |
button_secondary_background_fill="*button_primary_background_fill",
|
62 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
63 |
button_secondary_text_color="*button_primary_text_color",
|
|
|
48 |
body_text_color_subdued="#f5f5f5",
|
49 |
body_background_fill="#85a860",
|
50 |
background_fill_primary="#c8dcb4",
|
51 |
+
background_fill_secondary="white",
|
52 |
background_fill_primary_dark="#0e170b",
|
53 |
block_background_fill="#d3e3c3",
|
54 |
# Button Colors
|
|
|
57 |
button_primary_background_fill_dark="*primary_600",
|
58 |
button_primary_background_fill_hover_dark="*primary_600",
|
59 |
button_primary_text_color="rgb(243, 239, 224)",
|
60 |
+
button_primary_text_color_dark="white",
|
61 |
button_secondary_background_fill="*button_primary_background_fill",
|
62 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
63 |
button_secondary_text_color="*button_primary_text_color",
|