ranggafermata commited on
Commit
3806320
·
verified ·
1 Parent(s): ce7cd69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ class SteelBlueTheme(Soft):
46
  def __init__(
47
  self,
48
  *,
49
- primary_hue: colors.Color | str = colors.black,
50
  secondary_hue: colors.Color | str = colors.steel_blue,
51
  neutral_hue: colors.Color | str = colors.slate,
52
  text_size: sizes.Size | str = sizes.text_lg,
 
46
  def __init__(
47
  self,
48
  *,
49
+ primary_hue: colors.Color | str = colors.gray,
50
  secondary_hue: colors.Color | str = colors.steel_blue,
51
  neutral_hue: colors.Color | str = colors.slate,
52
  text_size: sizes.Size | str = sizes.text_lg,