Skip to content

Commit

Permalink
fix: #1266
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 31, 2022
1 parent be35220 commit fe0d201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/styled/range.css
@@ -1,4 +1,5 @@
.range {
appearance: none;
-webkit-appearance: none;
--range-shdw: var(--bc);
@apply bg-transparent rounded-box overflow-hidden;
Expand All @@ -19,6 +20,7 @@
&::-webkit-slider-thumb {
background-color: hsl(var(--b1));
@apply relative h-6 w-6 border-none rounded-box;
appearance: none;
-webkit-appearance: none;
top: 50%;
color: hsl(var(--range-shdw));
Expand Down

0 comments on commit fe0d201

Please sign in to comment.