Next commited on
Commit
a62feca
1 Parent(s): 6c46cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ class BlueTheme(Soft):
10
  def __init__(
11
  self,
12
  *,
13
- primary_hue: colors.Color | str = red,
14
- secondary_hue: colors.Color | str = rose,
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,
 
10
  def __init__(
11
  self,
12
  *,
13
+ primary_hue: colors.Color | str = colors.red,
14
+ secondary_hue: colors.Color | str = colors.rose,
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,