Skip to content

Commit

Permalink
fix(slider): use correct variables for material slider
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Mar 30, 2021
1 parent 075ed1e commit 8040af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material/scss/slider/_theme.scss
Expand Up @@ -11,7 +11,7 @@
}

.k-tick::after {
@include fill( $bg: $base-text );
@include fill( $bg: $body-text );
}

.k-button {
Expand Down

0 comments on commit 8040af2

Please sign in to comment.