We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa4698 commit 9fd28dcCopy full SHA for 9fd28dc
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -1000,7 +1000,7 @@
1000
}
1001
1002
%igx-icon--error {
1003
- @if $variant == 'fluent' and $theme-variant == 'light' {
+ @if $variant == 'fluent' and $theme-variant == 'light' or $variant == 'material' and $theme-variant == 'light' {
1004
color: color($color: 'gray', $variant: 600);
1005
} @else {
1006
color: color($color: 'gray', $variant: 500);
0 commit comments