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 0d418b7 commit 1aa4698Copy full SHA for 1aa4698
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -888,7 +888,7 @@
888
@include css-vars((
889
name: 'igx-grid-row',
890
row-ghost-background: map.get($theme, 'row-ghost-background'),
891
- row-drag-color: map.get($theme, 'row-drago-color')
+ row-drag-color: map.get($theme, 'row-drag-color')
892
));
893
}
894
@@ -1000,7 +1000,11 @@
1000
1001
1002
%igx-icon--error {
1003
- color: color($color: 'gray', $variant: 500);
+ @if $variant == 'fluent' and $theme-variant == 'light' {
1004
+ color: color($color: 'gray', $variant: 600);
1005
+ } @else {
1006
+ color: color($color: 'gray', $variant: 500);
1007
+ }
1008
1009
1010
0 commit comments