Nex432 commited on
Commit
4f94c7f
1 Parent(s): cc8c2d1

Update Applio.py

Browse files
Files changed (1) hide show
  1. Applio.py +2 -2
Applio.py CHANGED
@@ -16,8 +16,8 @@ class Applio(Base):
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,
22
  radius_size: sizes.Size | str = sizes.radius_md,
23
  text_size: sizes.Size | str = sizes.text_lg,
 
16
  self,
17
  *,
18
  primary_hue: colors.Color | str = colors.green,
19
+ secondary_hue: colors.Color | str = colors.emerald,
20
+ neutral_hue: colors.Color | str = colors.rose,
21
  spacing_size: sizes.Size | str = sizes.spacing_md,
22
  radius_size: sizes.Size | str = sizes.radius_md,
23
  text_size: sizes.Size | str = sizes.text_lg,