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

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -3
theme.py CHANGED
@@ -9,8 +9,8 @@ class Theme(Base):
9
  def __init__(
10
  self,
11
  *,
12
- primary_hue: colors.Color | str = colors.lime,
13
- secondary_hue: colors.Color | str = colors.emerald,
14
  neutral_hue: colors.Color | str = colors.stone,
15
  spacing_size: sizes.Size | str = sizes.spacing_lg,
16
  radius_size: sizes.Size | str = sizes.radius_none,
@@ -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)",
 
9
  def __init__(
10
  self,
11
  *,
12
+ primary_hue: colors.Color | str = colors.emerald,
13
+ secondary_hue: colors.Color | str = colors.lime,
14
  neutral_hue: colors.Color | str = colors.stone,
15
  spacing_size: sizes.Size | str = sizes.spacing_lg,
16
  radius_size: sizes.Size | str = sizes.radius_none,
 
56
  # Button Colors
57
  button_primary_background_fill="#66814a",
58
  button_primary_background_fill_hover='#d3e3c3',
59
+ button_primary_text_color="#a4d175",
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)",