TIMBOVILL commited on
Commit
fc66c8d
·
verified ·
1 Parent(s): e243497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ class Frosted(Base):
11
  self,
12
  *,
13
  primary_hue: colors.Color | str = colors.emerald,
14
- secondary_hue: colors.Color | str = colors."ffffff",
15
- neutral_hue: colors.Color | str = colors."ffffff",
16
  spacing_size: sizes.Size | str = sizes.spacing_md,
17
  radius_size: sizes.Size | str = sizes.radius_md,
18
  text_size: sizes.Size | str = sizes.text_lg,
 
11
  self,
12
  *,
13
  primary_hue: colors.Color | str = colors.emerald,
14
+ secondary_hue: colors.Color | str = colors.gray,
15
+ neutral_hue: colors.Color | str = colors.gray,
16
  spacing_size: sizes.Size | str = sizes.spacing_md,
17
  radius_size: sizes.Size | str = sizes.radius_md,
18
  text_size: sizes.Size | str = sizes.text_lg,