Hide default slider background (#9652)

* 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>
This commit is contained in:
Hannah 2024-10-14 22:21:39 +01:00 committed by GitHub
parent 07612e9fd1
commit 35bebf38eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/slider": patch
"gradio": patch
---
fix:Hide default slider background

View File

@ -184,6 +184,7 @@
outline: none;
border-radius: var(--radius-xl);
min-width: var(--size-28);
background: transparent;
}
/* webkit track */