Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
|
@@ -25,7 +25,8 @@ def get_theme():
|
|
| 25 |
# ボタン(Primary)
|
| 26 |
button_primary_background_fill="#10b981", # Emerald-500
|
| 27 |
button_primary_background_fill_hover="#059669",
|
| 28 |
-
button_primary_text_color="
|
|
|
|
| 29 |
|
| 30 |
# ボタン(Secondary)- エラー原因のborder_widthを削除
|
| 31 |
button_secondary_background_fill="#334155",
|
|
|
|
| 25 |
# ボタン(Primary)
|
| 26 |
button_primary_background_fill="#10b981", # Emerald-500
|
| 27 |
button_primary_background_fill_hover="#059669",
|
| 28 |
+
button_primary_text_color="#020617",
|
| 29 |
+
button_primary_border_color="#34d399",
|
| 30 |
|
| 31 |
# ボタン(Secondary)- エラー原因のborder_widthを削除
|
| 32 |
button_secondary_background_fill="#334155",
|