Skip to content

Commit

Permalink
Merge branch 'main' into table-select-event
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahblair authored Oct 16, 2024
2 parents 67d8949 + ea283e7 commit ce384bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stale-jobs-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": patch
---

fix:fix css syntax error
2 changes: 1 addition & 1 deletion gradio/themes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def repl_func(match):
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)
Expand Down

0 comments on commit ce384bb

Please sign in to comment.