Skip to content

Commit 76111c2

Browse files
authored
fix(grid): use ig-size for icon in grid cell to not override component styles (#17027)
1 parent 5b9c82d commit 76111c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -1268,7 +1268,7 @@
12681268
outline-style: none;
12691269

12701270
igx-icon {
1271-
--component-size: #{if($variant == 'indigo', 2, 3)};
1271+
--ig-size: #{if($variant == 'indigo', 2, 3)};
12721272
}
12731273
}
12741274

0 commit comments

Comments
 (0)