Skip to content

Commit

Permalink
Hide default slider background (#9652)
Browse files Browse the repository at this point in the history
* hide default slider bg

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent 07612e9 commit 35bebf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-places-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/slider": patch
"gradio": patch
---

fix:Hide default slider background
1 change: 1 addition & 0 deletions js/slider/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
outline: none;
border-radius: var(--radius-xl);
min-width: var(--size-28);
background: transparent;
}
/* webkit track */
Expand Down

0 comments on commit 35bebf3

Please sign in to comment.