Next
commited on
Update Applio.py
Browse files
Applio.py
CHANGED
@@ -16,8 +16,8 @@ class Applio(Base):
|
|
16 |
self,
|
17 |
*,
|
18 |
primary_hue: colors.Color | str = colors.green,
|
19 |
-
secondary_hue: colors.Color | str = colors.
|
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,
|
|
|
16 |
self,
|
17 |
*,
|
18 |
primary_hue: colors.Color | str = colors.green,
|
19 |
+
secondary_hue: colors.Color | str = colors.emerald,
|
20 |
+
neutral_hue: colors.Color | str = colors.rose,
|
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,
|