richylyq commited on
Commit
46abd0a
1 Parent(s): 98b9978

change colors

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ class myTheme(Base):
28
  def __init__(
29
  self,
30
  *,
31
- primary_hue: colors.Color | str = colors.emerald,
32
  secondary_hue: colors.Color | str = colors.blue,
33
- neutral_hue: colors.Color | str = colors.gray,
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,