Skip to content

Commit 61428f4

Browse files
authored
Merge pull request #13885 from IgniteUI/sivanova/icon-size-17.0.x
fix(button): icon in button size
2 parents e33a1a6 + e6b287a commit 61428f4

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
@@ -376,20 +376,13 @@
376376
compact: rem(4px)
377377
);
378378

379-
$icon-sizes: map.get((
380-
material: rem(18px),
381-
fluent: rem(16px),
382-
bootstrap: rem(18px),
383-
indigo-design: rem(18px),
384-
), $variant);
385-
386379
$filtering-row-button-size: (
387380
comfortable: rem(40px),
388381
cosy: rem(30px),
389382
compact: rem(21px)
390383
);
391384

392-
$icon-in-button-size: $icon-sizes;
385+
$icon-in-button-size: rem(18px);
393386

394387
$raised-shadow: map.get((
395388
material: var-get($raised-theme, 'resting-shadow'),

0 commit comments

Comments
 (0)