Spaces:
Sleeping
Sleeping
PedroGruvhagen
commited on
Commit
•
3211445
1
Parent(s):
6c7c463
fix: fix typo in `presets.py` (#856)
Browse filesWhite was written wrong, sometimes gave an error
- modules/presets.py +1 -1
modules/presets.py
CHANGED
@@ -227,7 +227,7 @@ small_and_beautiful_theme = gr.themes.Soft(
|
|
227 |
# button_primary_background_fill_hover="*primary_400",
|
228 |
# button_primary_border_color="*primary_500",
|
229 |
button_primary_border_color_dark="*primary_600",
|
230 |
-
button_primary_text_color="
|
231 |
button_primary_text_color_dark="white",
|
232 |
button_secondary_background_fill="*neutral_100",
|
233 |
button_secondary_background_fill_hover="*neutral_50",
|
|
|
227 |
# button_primary_background_fill_hover="*primary_400",
|
228 |
# button_primary_border_color="*primary_500",
|
229 |
button_primary_border_color_dark="*primary_600",
|
230 |
+
button_primary_text_color="white",
|
231 |
button_primary_text_color_dark="white",
|
232 |
button_secondary_background_fill="*neutral_100",
|
233 |
button_secondary_background_fill_hover="*neutral_50",
|