change colors
Browse files
app.py
CHANGED
@@ -28,9 +28,9 @@ class myTheme(Base):
|
|
28 |
def __init__(
|
29 |
self,
|
30 |
*,
|
31 |
-
primary_hue: colors.Color | str = colors.
|
32 |
secondary_hue: colors.Color | str = colors.blue,
|
33 |
-
neutral_hue: colors.Color | str = colors.
|
34 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
35 |
radius_size: sizes.Size | str = sizes.radius_md,
|
36 |
text_size: sizes.Size | str = sizes.text_lg,
|
|
|
28 |
def __init__(
|
29 |
self,
|
30 |
*,
|
31 |
+
primary_hue: colors.Color | str = colors.red,
|
32 |
secondary_hue: colors.Color | str = colors.blue,
|
33 |
+
neutral_hue: colors.Color | str = colors.orange,
|
34 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
35 |
radius_size: sizes.Size | str = sizes.radius_md,
|
36 |
text_size: sizes.Size | str = sizes.text_lg,
|