jschwab21 commited on
Commit
81edc2c
·
verified ·
1 Parent(s): 8988a55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -41,9 +41,8 @@ class SimpleTheme(Base):
41
  block_background_fill="#ffffff",
42
  block_title_text_color="#282828",
43
  input_background_fill="#ffffff",
44
- input_text_color_light="#282828", # Use the correct attribute name
45
- input_border_color="#eb5726",
46
- input_label_text_color="#eb5726",
47
  button_primary_background_fill="#eb5726",
48
  button_primary_background_fill_hover="#ffffff",
49
  button_primary_text_color="#ffffff",
 
41
  block_background_fill="#ffffff",
42
  block_title_text_color="#282828",
43
  input_background_fill="#ffffff",
44
+ input_text_color="#282828",
45
+ block_label_text_color="#eb5726",
 
46
  button_primary_background_fill="#eb5726",
47
  button_primary_background_fill_hover="#ffffff",
48
  button_primary_text_color="#ffffff",