jschwab21 commited on
Commit
8988a55
·
verified ·
1 Parent(s): 79da273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ class SimpleTheme(Base):
41
  block_background_fill="#ffffff",
42
  block_title_text_color="#282828",
43
  input_background_fill="#ffffff",
44
- input_text_color="#282828",
45
  input_border_color="#eb5726",
46
  input_label_text_color="#eb5726",
47
  button_primary_background_fill="#eb5726",
 
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",