Skip to content

Commit e3b7f4b

Browse files
fix(snackbar): wrong button size (#16446)
Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com>
1 parent 742beaa commit e3b7f4b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

projects/igniteui-angular/src/lib/core/styles/components/snackbar/_snackbar-theme.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333

3434
[igxButton] {
3535
@include animation(fade-in .35s ease-out);
36-
--ig-size: 1;
36+
37+
--ig-size: 2;
3738
background: transparent;
3839
color: var-get($theme, 'button-color');
3940
-webkit-tap-highlight-color: transparent;
@@ -43,10 +44,6 @@
4344
@if $variant == 'indigo' {
4445
padding: pad-block(rem(4px)) pad-inline(rem(16px));
4546
min-height: rem(36px);
46-
47-
[igxButton] {
48-
--ig-size: 2;
49-
}
5047
}
5148
}
5249

0 commit comments

Comments
 (0)