Skip to content

Commit

Permalink
Fix stop recording button colors (#9270)
Browse files Browse the repository at this point in the history
* Add code

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
freddyaboulton and gradio-pr-bot authored Sep 6, 2024
1 parent 6f5c411 commit b0b8500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/sad-chicken-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/image": patch
"gradio": patch
---

feat:Fix stop recording button colors
1 change: 1 addition & 0 deletions js/image/shared/Webcam.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
.color-primary {
fill: var(--primary-600);
stroke: var(--primary-600);
color: var(--primary-600);
}
.flip {
Expand Down

0 comments on commit b0b8500

Please sign in to comment.