paloma99 commited on
Commit
aabb83d
·
verified ·
1 Parent(s): 2d71abc

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -52,11 +52,11 @@ class Theme(Base):
52
  background_fill_primary='*primary_600',
53
  background_fill_primary_dark='*primary_900',
54
  background_fill_secondary_dark='*primary_900',
55
- block_background_fill='rgb(69,77,50)',
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
- button_primary_background_fill="rgb(69,77,50)",
60
  button_primary_background_fill_hover='*primary_200',
61
  button_primary_text_color='*primary_600',
62
  button_primary_background_fill_dark="*neutral_600",
 
52
  background_fill_primary='*primary_600',
53
  background_fill_primary_dark='*primary_900',
54
  background_fill_secondary_dark='*primary_900',
55
+ block_background_fill='rgb(53,66,48)',
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
+ button_primary_background_fill="rgb(53,66,48)
60
  button_primary_background_fill_hover='*primary_200',
61
  button_primary_text_color='*primary_600',
62
  button_primary_background_fill_dark="*neutral_600",