@@ -183,31 +183,31 @@ igx-expansion-panel-body {
183183
184184 .mat-mdc-slider.secondary .mdc-slider__track--inactive ,
185185 .mat-mdc-slider.secondary .mdc-slider__thumb-knob {
186- background-color : color ($custom-mat-dark-theme , ' accent' );
186+ background-color : color ($custom-mat-dark-theme , accent , default );
187187 }
188188
189189 .mat-mdc-slider.secondary .mdc-slider__track--active_fill ,
190190 .mat-mdc-slider.secondary .mdc-slider__thumb-knob {
191- border-color : color ($custom-mat-dark-theme , ' accent' );
191+ border-color : color ($custom-mat-dark-theme , accent , default );
192192 }
193193
194194 .mat-mdc-slider.secondary .mat-mdc-slider-visual-thumb .mat-ripple > * {
195- background-color : color ($custom-mat-dark-theme , ' accent' );
195+ background-color : color ($custom-mat-dark-theme , accent , default );
196196 opacity : .12 ;
197197 }
198198
199199 .mat-step-header .mat-step-icon-selected {
200- background-color : color ($custom-dark-palette , ' secondary' );
200+ background-color : color ($custom-dark-palette , secondary );
201201 }
202202
203203 .mat-stepper-horizontal ,
204204 .mat-mdc-form-field-focus-overlay ,
205205 .mdc-text-field--filled :not (.mdc-text-field--disabled ) {
206- background : color ($custom-dark-palette , ' surface' );
206+ background : color ($custom-dark-palette , surface );
207207 }
208208
209209 igx-expansion-panel h5 {
210- color : color ($custom-dark-palette , ' gray' , 800 );
210+ color : color ($custom-dark-palette , " gray" , 800 );
211211 }
212212 }
213213 }
@@ -233,16 +233,16 @@ igx-expansion-panel-body {
233233
234234 .mat-mdc-slider.secondary .mdc-slider__track--inactive ,
235235 .mat-mdc-slider.secondary .mdc-slider__thumb-knob {
236- background-color : color ($custom-mat-light-theme , ' accent' );
236+ background-color : color ($custom-mat-light-theme , accent , default );
237237 }
238238
239239 .mat-mdc-slider.secondary .mdc-slider__track--active_fill ,
240240 .mat-mdc-slider.secondary .mdc-slider__thumb-knob {
241- border-color : color ($custom-mat-light-theme , ' accent' );
241+ border-color : color ($custom-mat-light-theme , accent , default );
242242 }
243243
244244 .mat-mdc-slider.secondary .mat-mdc-slider-visual-thumb .mat-ripple > * {
245- background-color : color ($custom-mat-light-theme , ' accent' );
245+ background-color : color ($custom-mat-light-theme , accent , default );
246246 opacity : .12 ;
247247 }
248248
0 commit comments