alienet commited on
Commit
3196c66
·
1 Parent(s): 8f56bab
Files changed (1) hide show
  1. themes.py +4 -4
themes.py CHANGED
@@ -46,9 +46,9 @@ class Theme1(Base):
46
  super().set(
47
  input_background_fill="*neutral_100",
48
  block_title_text_weight="600",
49
- button_shadow_active="*neutral_400 0px 0px 2px 2px",
50
- block_border_width="3px",
51
- button_large_padding="32px",
52
- button_secondary_background_fill_hover="*neutral_300"
53
  )
54
 
 
46
  super().set(
47
  input_background_fill="*neutral_100",
48
  block_title_text_weight="600",
49
+ # button_shadow_active="*neutral_400 0px 0px 2px 2px",
50
+ # block_border_width="3px",
51
+ # button_large_padding="32px",
52
+ # button_secondary_background_fill_hover="*neutral_300"
53
  )
54