Spaces:
Running
Running
Commit
·
0712e0d
1
Parent(s):
96f9708
fix: input background in dark mode
Browse filesSigned-off-by: Graham White <[email protected]>
- src/themes/carbon.py +1 -0
src/themes/carbon.py
CHANGED
@@ -82,6 +82,7 @@ theme = gr.themes.Base(
|
|
82 |
block_label_margin="*spacing_md",
|
83 |
# Inputs
|
84 |
input_background_fill="white",
|
|
|
85 |
input_border_color="*neutral_100",
|
86 |
input_shadow="*shadow_drop",
|
87 |
input_shadow_focus="*shadow_drop_lg",
|
|
|
82 |
block_label_margin="*spacing_md",
|
83 |
# Inputs
|
84 |
input_background_fill="white",
|
85 |
+
input_background_fill_dark="*block-background-fill",
|
86 |
input_border_color="*neutral_100",
|
87 |
input_shadow="*shadow_drop",
|
88 |
input_shadow_focus="*shadow_drop_lg",
|