mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Soft theme fix (#4070)
* fix * fix --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
029ded370f
commit
1871c8eb3c
@ -6,7 +6,7 @@ No changes to highlight.
|
||||
|
||||
## Bug Fixes:
|
||||
|
||||
No changes to highlight.
|
||||
- Soft theme label color fix by [@aliabid94](https://github.com/aliabid94) in [PR 4070](https://github.com/gradio-app/gradio/pull/4070)
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
|
@ -61,7 +61,7 @@ class Soft(Base):
|
||||
block_label_text_size="*text_md",
|
||||
block_label_text_weight="600",
|
||||
block_label_text_color="*primary_500",
|
||||
block_label_text_color_dark="*white",
|
||||
block_label_text_color_dark="white",
|
||||
block_title_radius="*block_label_radius",
|
||||
block_title_padding="*block_label_padding",
|
||||
block_title_background_fill="*block_label_background_fill",
|
||||
|
Loading…
Reference in New Issue
Block a user