Next
commited on
Commit
•
434796f
1
Parent(s):
4f94c7f
Update Applio.py
Browse files
Applio.py
CHANGED
@@ -17,7 +17,7 @@ class Applio(Base):
|
|
17 |
*,
|
18 |
primary_hue: colors.Color | str = colors.green,
|
19 |
secondary_hue: colors.Color | str = colors.emerald,
|
20 |
-
neutral_hue: colors.Color | str = colors.
|
21 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
22 |
radius_size: sizes.Size | str = sizes.radius_md,
|
23 |
text_size: sizes.Size | str = sizes.text_lg,
|
|
|
17 |
*,
|
18 |
primary_hue: colors.Color | str = colors.green,
|
19 |
secondary_hue: colors.Color | str = colors.emerald,
|
20 |
+
neutral_hue: colors.Color | str = colors.neutral,
|
21 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
22 |
radius_size: sizes.Size | str = sizes.radius_md,
|
23 |
text_size: sizes.Size | str = sizes.text_lg,
|