Skip to content

Commit 1044794

Browse files
authored
refactor(ESF): update move and sort icon sizes (#15829)
1 parent 503bc3c commit 1044794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
}
309309

310310
igx-icon {
311-
--component-size: #{if($variant == 'indigo', 2, var(--grid-size))};
311+
--component-size: #{if($variant == 'indigo', 2, 1)};
312312

313313
display: initial;
314314
width: var(--size) !important;

0 commit comments

Comments
 (0)