Maia Pelletier commited on
Commit ·
efd13db
1
Parent(s): ee5f55f
styling updates
Browse files
app.py
CHANGED
|
@@ -71,15 +71,18 @@ class MinimalistTheme(Base):
|
|
| 71 |
button_secondary_text_color="#ffffff",
|
| 72 |
button_secondary_background_fill_dark="#374151",
|
| 73 |
button_secondary_background_fill_hover_dark="#4b5563",
|
| 74 |
-
button_border_width="
|
| 75 |
-
|
| 76 |
# Input fields
|
| 77 |
input_background_fill="#ffffff",
|
| 78 |
input_background_fill_dark="#ffffff",
|
| 79 |
input_border_width="1px",
|
| 80 |
input_border_color="#d1d5db",
|
| 81 |
input_border_color_dark="#374151",
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
| 83 |
# Text colors
|
| 84 |
body_text_color="#1e1e1e",
|
| 85 |
body_text_color_dark="#e5e7eb",
|
|
|
|
| 71 |
button_secondary_text_color="#ffffff",
|
| 72 |
button_secondary_background_fill_dark="#374151",
|
| 73 |
button_secondary_background_fill_hover_dark="#4b5563",
|
| 74 |
+
button_border_width="0px",
|
| 75 |
+
|
| 76 |
# Input fields
|
| 77 |
input_background_fill="#ffffff",
|
| 78 |
input_background_fill_dark="#ffffff",
|
| 79 |
input_border_width="1px",
|
| 80 |
input_border_color="#d1d5db",
|
| 81 |
input_border_color_dark="#374151",
|
| 82 |
+
input_text_color="#1e1e1e",
|
| 83 |
+
input_text_color_dark="#1e1e1e",
|
| 84 |
+
input_placeholder_color="#9ca3af",
|
| 85 |
+
|
| 86 |
# Text colors
|
| 87 |
body_text_color="#1e1e1e",
|
| 88 |
body_text_color_dark="#e5e7eb",
|