paloma99 commited on
Commit
b21b620
·
verified ·
1 Parent(s): 86f6854

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -3
theme.py CHANGED
@@ -56,9 +56,9 @@ class Theme(Base):
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
- button_primary_background_fill="*neutral_900",
60
- button_primary_background_fill_hover="*neutral_700",
61
- button_primary_text_color="white",
62
  button_primary_background_fill_dark="*neutral_600",
63
  button_primary_background_fill_hover_dark="*neutral_600",
64
  button_primary_text_color_dark="white",
 
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
+ button_primary_background_fill="rgb(18,13,5)",
60
+ button_primary_background_fill_hover="rgb(243, 239, 224)",
61
+ button_primary_text_color="rgb(243, 239, 224)",
62
  button_primary_background_fill_dark="*neutral_600",
63
  button_primary_background_fill_hover_dark="*neutral_600",
64
  button_primary_text_color_dark="white",