Skip to content

Commit f601923

Browse files
committed
fix(angular-material-sample): revert gray to string due to old library being used
1 parent 1e07046 commit f601923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/theming/angular/angular-sample.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ igx-expansion-panel-body {
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
}

0 commit comments

Comments
 (0)