Skip to content
Snippets Groups Projects
Commit a5300d99 authored by jojohoch's avatar jojohoch
Browse files

Use custom theme for slider

parent ec716d7e
No related branches found
No related tags found
No related merge requests found
......@@ -55,14 +55,3 @@
.hint-border{
border: 2px #f44336 solid;
}
/* TODO use material theme color */
::ng-deep app-control-bar .mat-accent .mat-slider-thumb {
background-color: #006064;
}
::ng-deep app-control-bar .mat-accent .mat-slider-thumb-label {
background-color: #006064;
}
::ng-deep app-control-bar .mat-accent .mat-slider-track-fill {
background-color: #006064;
}
......@@ -10,4 +10,5 @@
@include mat.checkbox-color($aspect-theme);
@include mat.radio-color($aspect-theme);
@include mat.slider-color($aspect-theme);
}
......@@ -9,3 +9,4 @@ $aspect-theme: mat.define-light-theme((
@include mat.checkbox-color($aspect-theme);
@include mat.radio-color($aspect-theme);
@include mat.slider-color($aspect-theme);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment