Skip to content

Commit 496c282

Browse files
author
MPopov
committed
fix(navdrawer): change the icon margin from 2px to 4px
1 parent 93c2a57 commit 496c282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navdrawer/_navdrawer-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
igx-icon {
337337
color: --var($theme, 'item-icon-color');
338338
@if $variant == 'indigo-design' {
339-
margin-#{$left}: rem(2px);
339+
margin-#{$left}: rem(4px);
340340
}
341341
}
342342

0 commit comments

Comments
 (0)