paloma99 commited on
Commit
9886042
·
verified ·
1 Parent(s): d8bfecb

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -56,7 +56,7 @@ class Theme(Base):
56
  # Button Colors
57
  button_primary_background_fill="#66814a",
58
  button_primary_background_fill_hover='#d3e3c3',
59
- button_primary_text_color="85a860",
60
  button_primary_background_fill_dark="green",
61
  button_primary_background_fill_hover_dark="green",
62
  button_primary_text_color_dark="rgb(243, 239, 224)",
 
56
  # Button Colors
57
  button_primary_background_fill="#66814a",
58
  button_primary_background_fill_hover='#d3e3c3',
59
+ button_primary_text_color="#85a860",
60
  button_primary_background_fill_dark="green",
61
  button_primary_background_fill_hover_dark="green",
62
  button_primary_text_color_dark="rgb(243, 239, 224)",