ui-material-components icon indicating copy to clipboard operation
ui-material-components copied to clipboard

Slider background-color not working

Open mm-psymbl opened this issue 3 years ago • 0 comments

Using the slider and everything seems to working expect the background color (which works in the native Slider).

.slider {
    ripple-color: $c-white;
    elevation: 4;
    color: $c-orange;
    background-color: $c-white;
}

So with the above the line of the slider is orange instead of white.

Any idea why or a fix?

mm-psymbl avatar Mar 11 '21 22:03 mm-psymbl