Skip to content

Commit 01a10ca

Browse files
committed
replace placeholder tokens with theme tokens
1 parent d6faa31 commit 01a10ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/core/src/components/slider/slider.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
--trace-reference: 0;
101101

102102
// Theme colors:
103-
--trace-reference-color: var(--theme-color-8); // Neu token
103+
--trace-reference-color: var(
104+
--theme-slider-track-marker--background
105+
); // Neu token
104106
--trace-color: var(--theme-slider-trace--background);
105107
--tick-color: var(--theme-slider-track-marker--background);
106108
--tick-color--active: var(--theme-slider-trace-marker--background);
@@ -171,7 +173,7 @@
171173

172174
@include thumb() {
173175
border-radius: 100px;
174-
background-color: var(--theme-color-dynamic);
176+
background-color: var(--theme-slider-thumb--background);
175177
height: var(--thumb-size);
176178
width: var(--thumb-size);
177179
transition: all var(--theme-default-time) ease-in-out;

0 commit comments

Comments
 (0)