mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
fix css syntax error (#9731)
* fix css syntax error * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
d0b2ce8c0f
commit
ea283e7398
5
.changeset/stale-jobs-reply.md
Normal file
5
.changeset/stale-jobs-reply.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix css syntax error
|
@ -88,7 +88,7 @@ class ThemeClass:
|
||||
dark_css_code = (
|
||||
"\n:root .dark {\n"
|
||||
+ "\n".join([f" --{attr}: {val};" for attr, val in dark_css.items()])
|
||||
+ "\n}\n}"
|
||||
+ "\n}"
|
||||
)
|
||||
|
||||
font_css = "\n".join(self._font_css)
|
||||
|
Loading…
Reference in New Issue
Block a user