Skip to content

Commit 8a6376e

Browse files
authored
refactor(grid): bootstrap color enhancement (#16545)
1 parent 23dad67 commit 8a6376e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,10 @@
10061006
}
10071007

10081008
%igx-icon--error {
1009-
@if $variant == 'fluent' and $theme-variant == 'light' or $variant == 'material' and $theme-variant == 'light' {
1010-
color: color($color: 'gray', $variant: 600);
1011-
} @else {
1009+
@if $variant == 'indigo' or $theme-variant == 'dark' {
10121010
color: color($color: 'gray', $variant: 500);
1011+
} @else {
1012+
color: color($color: 'gray', $variant: 600);
10131013
}
10141014
}
10151015
}

0 commit comments

Comments
 (0)