Skip to content

Commit 9fd28dc

Browse files
committed
refactor(grid): material icon color
1 parent 1aa4698 commit 9fd28dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
}
10011001

10021002
%igx-icon--error {
1003-
@if $variant == 'fluent' and $theme-variant == 'light' {
1003+
@if $variant == 'fluent' and $theme-variant == 'light' or $variant == 'material' and $theme-variant == 'light' {
10041004
color: color($color: 'gray', $variant: 600);
10051005
} @else {
10061006
color: color($color: 'gray', $variant: 500);

0 commit comments

Comments
 (0)