rocioadlc commited on
Commit
9b2809c
β€’
1 Parent(s): f270e85

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -57,7 +57,7 @@ class Theme(Base):
57
  # Button Colors
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_200',
60
- button_primary_text_color="green",
61
  button_primary_background_fill_dark="*neutral_600",
62
  button_primary_background_fill_hover_dark="*neutral_600",
63
  button_primary_text_color_dark="white",
 
57
  # Button Colors
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_200',
60
+ button_primary_text_color="white",
61
  button_primary_background_fill_dark="*neutral_600",
62
  button_primary_background_fill_hover_dark="*neutral_600",
63
  button_primary_text_color_dark="white",