Skip to content

Commit a34e44c

Browse files
fix(tree): icon sizes (#14862)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 76572d2 commit a34e44c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tree/_tree-theme.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@
240240
}
241241

242242
igx-icon {
243-
@if $variant == 'indigo' {
244-
--component-size: 2;
245-
}
243+
--component-size: #{if($variant == 'indigo', 2, 3)};
246244
}
247245

248246
[dir='rtl'] & {

0 commit comments

Comments
 (0)