Skip to content

Commit 7409a4d

Browse files
authored
fix(btn-group): fluent theme sizing issue (#14075)
1 parent e3fe47c commit 7409a4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@
323323

324324
@if $variant == 'fluent' {
325325
min-width: rem(50px);
326-
min-height: rem(32px);
327-
padding-inline: pad-inline(rem(16px));
328-
padding-block: pad-block(rem(6px));
329326

330327
igx-icon {
331328
$icon-size: rem(18px);

0 commit comments

Comments
 (0)