Next
commited on
Update Applio.py
Browse files
Applio.py
CHANGED
|
@@ -15,7 +15,7 @@ class Applio(Base):
|
|
| 15 |
def __init__(
|
| 16 |
self,
|
| 17 |
*,
|
| 18 |
-
primary_hue: colors.Color | str = colors.
|
| 19 |
secondary_hue: colors.Color | str = colors.neutral,
|
| 20 |
neutral_hue: colors.Color | str = colors.neutral,
|
| 21 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
|
|
|
| 15 |
def __init__(
|
| 16 |
self,
|
| 17 |
*,
|
| 18 |
+
primary_hue: colors.Color | str = colors.green,
|
| 19 |
secondary_hue: colors.Color | str = colors.neutral,
|
| 20 |
neutral_hue: colors.Color | str = colors.neutral,
|
| 21 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|