mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Fix secondary hue bug in gr.themes.builder() (#5660)
* fix: builder_app.py * add changeset * add changeset --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
75ddeb390d
commit
d76555a122
5
.changeset/few-nights-cheer.md
Normal file
5
.changeset/few-nights-cheer.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix secondary hue bug in gr.themes.builder()
|
@ -878,7 +878,7 @@ with gr.Blocks(theme=theme) as demo:
|
||||
)
|
||||
attach_rerender(
|
||||
secondary_hue.select(
|
||||
load_color, secondary_hue, secondary_hue, api_name=False
|
||||
load_color, secondary_hue, secondary_hues, api_name=False
|
||||
).then
|
||||
)
|
||||
attach_rerender(
|
||||
|
Loading…
Reference in New Issue
Block a user