We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c481d commit 2c4a825Copy full SHA for 2c4a825
packages/daisyui/src/components/range.css
@@ -46,7 +46,7 @@
46
&::-webkit-slider-thumb {
47
@apply relative box-border;
48
border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
49
- background-color: currentColor;
+ background-color: var(--range-thumb);
50
height: var(--range-thumb-size);
51
width: var(--range-thumb-size);
52
border: var(--range-p) solid;
0 commit comments