Skip to content

Commit 264d422

Browse files
authored
refactor(grid): bootstrap color enhancement (#16544)
1 parent 67ce07a commit 264d422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,10 +1010,10 @@
10101010
}
10111011

10121012
%igx-icon--error {
1013-
@if $variant == 'fluent' and $theme-variant == 'light' or $variant == 'material' and $theme-variant == 'light' {
1014-
color: color($color: 'gray', $variant: 600);
1015-
} @else {
1013+
@if $variant == 'indigo' or $theme-variant == 'dark' {
10161014
color: color($color: 'gray', $variant: 500);
1015+
} @else {
1016+
color: color($color: 'gray', $variant: 600);
10171017
}
10181018
}
10191019
}

0 commit comments

Comments
 (0)