Skip to content

Commit 35bebf3

Browse files
hannahblairgradio-pr-botabidlabs
authored
Hide default slider background (#9652)
* hide default slider bg * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Abubakar Abid <[email protected]>
1 parent 07612e9 commit 35bebf3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/thick-places-sip.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@gradio/slider": patch
3+
"gradio": patch
4+
---
5+
6+
fix:Hide default slider background

js/slider/Index.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
outline: none;
185185
border-radius: var(--radius-xl);
186186
min-width: var(--size-28);
187+
background: transparent;
187188
}
188189
189190
/* webkit track */

0 commit comments

Comments
 (0)