Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 2c76b17

Browse files
committed
Merge branch 'develop'
2 parents e98d93d + d954328 commit 2c76b17

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/styles/globals.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,14 @@
452452
@apply hidden;
453453
}
454454

455-
input[type='range']::-webkit-slider-thumb,
455+
input[type='range']::-webkit-slider-thumb {
456+
@apply rounded-full border-0 bg-indigo-500;
457+
pointer-events: all;
458+
width: 16px;
459+
height: 16px;
460+
-webkit-appearance: none;
461+
}
462+
456463
input[type='range']::-moz-range-thumb {
457464
@apply rounded-full border-0 bg-indigo-500;
458465
pointer-events: all;

0 commit comments

Comments
 (0)