paloma99 commited on
Commit
442295c
·
verified ·
1 Parent(s): 41fece6

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: str = 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,
 
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,