Skip to content

Commit fc09110

Browse files
fix(button): icon in button size (#13860)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent dd7d95d commit fc09110

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button/_button-theme.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,20 +367,13 @@
367367
compact: rem(4px)
368368
);
369369

370-
$icon-sizes: map.get((
371-
material: rem(18px),
372-
fluent: rem(16px),
373-
bootstrap: rem(18px),
374-
indigo-design: rem(18px),
375-
), $variant);
376-
377370
$filtering-row-button-size: (
378371
comfortable: rem(40px),
379372
cosy: rem(30px),
380373
compact: rem(21px)
381374
);
382375

383-
$icon-in-button-size: $icon-sizes;
376+
$icon-in-button-size: rem(18px);
384377

385378
$contained-shadow: map.get((
386379
material: var-get($contained-theme, 'resting-shadow'),

0 commit comments

Comments
 (0)