Skip to content

Commit b025fc5

Browse files
committed
fix(slider): use primary color for active dot border
Same fix as the thumb — use var(--ty-color-primary) so active dots follow runtime theme changes.
1 parent 4f9664d commit b025fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/slider/style/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
transform: translate(-50%, -50%);
133133

134134
&_active {
135-
border-color: var(--ty-slider-dot-active-border);
135+
border-color: var(--ty-color-primary);
136136
}
137137
}
138138

0 commit comments

Comments
 (0)