Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,8 @@ class SimpleTheme(Base):
|
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#282828",
|
43 |
input_background_fill="#ffffff",
|
44 |
-
|
45 |
-
|
46 |
-
input_label_text_color="#eb5726",
|
47 |
button_primary_background_fill="#eb5726",
|
48 |
button_primary_background_fill_hover="#ffffff",
|
49 |
button_primary_text_color="#ffffff",
|
|
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#282828",
|
43 |
input_background_fill="#ffffff",
|
44 |
+
input_text_color="#282828",
|
45 |
+
block_label_text_color="#eb5726",
|
|
|
46 |
button_primary_background_fill="#eb5726",
|
47 |
button_primary_background_fill_hover="#ffffff",
|
48 |
button_primary_text_color="#ffffff",
|