Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ class Seafoam(Base):
|
|
10 |
self,
|
11 |
*,
|
12 |
primary_hue: colors.Color | str = colors.rose,
|
13 |
-
secondary_hue: colors.Color | str = pink,
|
14 |
neutral_hue: colors.Color | str = colors.gray,
|
15 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
16 |
radius_size: sizes.Size | str = sizes.radius_md,
|
|
|
10 |
self,
|
11 |
*,
|
12 |
primary_hue: colors.Color | str = colors.rose,
|
13 |
+
secondary_hue: colors.Color | str = colors.pink,
|
14 |
neutral_hue: colors.Color | str = colors.gray,
|
15 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
16 |
radius_size: sizes.Size | str = sizes.radius_md,
|