paloma99 commited on
Commit
80a937e
·
verified ·
1 Parent(s): 4f264e5

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
theme.py CHANGED
@@ -9,7 +9,7 @@ class Theme(Base):
9
  def __init__(
10
  self,
11
  *,
12
- primary_hue: colors.Color | str = "#85cf3c",
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,
 
9
  def __init__(
10
  self,
11
  *,
12
+ primary_hue: "#85cf3c",
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,