Skip to content

Commit f652474

Browse files
authored
fix(grid): use ig-size for icon in grid cell to not override component styles (#17026)
1 parent 4296934 commit f652474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
outline-style: none;
12661266

12671267
igx-icon {
1268-
--component-size: #{if($variant == 'indigo', 2, 3)};
1268+
--ig-size: #{if($variant == 'indigo', 2, 3)};
12691269
}
12701270
}
12711271

0 commit comments

Comments
 (0)