Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -9,7 +9,7 @@ class Theme(Base):
|
|
9 |
def __init__(
|
10 |
self,
|
11 |
*,
|
12 |
-
primary_hue:
|
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,
|