diff --git a/src/styles/globals.css b/src/styles/globals.css index e9bb6aa77..8d040a00d 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -452,7 +452,14 @@ @apply hidden; } - input[type='range']::-webkit-slider-thumb, + input[type='range']::-webkit-slider-thumb { + @apply rounded-full border-0 bg-indigo-500; + pointer-events: all; + width: 16px; + height: 16px; + -webkit-appearance: none; + } + input[type='range']::-moz-range-thumb { @apply rounded-full border-0 bg-indigo-500; pointer-events: all;