Skip to content

Commit 2c4a825

Browse files
committed
fix: range thumb color on Safari
1 parent 76c481d commit 2c4a825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/daisyui/src/components/range.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
&::-webkit-slider-thumb {
4747
@apply relative box-border;
4848
border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
49-
background-color: currentColor;
49+
background-color: var(--range-thumb);
5050
height: var(--range-thumb-size);
5151
width: var(--range-thumb-size);
5252
border: var(--range-p) solid;

0 commit comments

Comments
 (0)