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 d6faa31 commit 01a10caCopy full SHA for 01a10ca
1 file changed
packages/core/src/components/slider/slider.scss
@@ -100,7 +100,9 @@
100
--trace-reference: 0;
101
102
// Theme colors:
103
- --trace-reference-color: var(--theme-color-8); // Neu token
+ --trace-reference-color: var(
104
+ --theme-slider-track-marker--background
105
+ ); // Neu token
106
--trace-color: var(--theme-slider-trace--background);
107
--tick-color: var(--theme-slider-track-marker--background);
108
--tick-color--active: var(--theme-slider-trace-marker--background);
@@ -171,7 +173,7 @@
171
173
172
174
@include thumb() {
175
border-radius: 100px;
- background-color: var(--theme-color-dynamic);
176
+ background-color: var(--theme-slider-thumb--background);
177
height: var(--thumb-size);
178
width: var(--thumb-size);
179
transition: all var(--theme-default-time) ease-in-out;
0 commit comments