Next commited on
Commit
cc8c2d1
·
verified ·
1 Parent(s): 3bda028

Update Applio.py

Browse files
Files changed (1) hide show
  1. Applio.py +1 -1
Applio.py CHANGED
@@ -15,7 +15,7 @@ class Applio(Base):
15
  def __init__(
16
  self,
17
  *,
18
- primary_hue: colors.Color | str = colors.neutral,
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,
 
15
  def __init__(
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,