Playingyoyo commited on
Commit
de6f475
·
verified ·
1 Parent(s): 653df94

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -1
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="white",
 
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",