We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b60134b + e3b7f4b commit 0e193beCopy full SHA for 0e193be
1 file changed
projects/igniteui-angular/src/lib/core/styles/components/snackbar/_snackbar-theme.scss
@@ -33,7 +33,8 @@
33
34
[igxButton] {
35
@include animation(fade-in .35s ease-out);
36
- --ig-size: 1;
+
37
+ --ig-size: 2;
38
background: transparent;
39
color: var-get($theme, 'button-color');
40
-webkit-tap-highlight-color: transparent;
@@ -43,10 +44,6 @@
43
44
@if $variant == 'indigo' {
45
padding: pad-block(rem(4px)) pad-inline(rem(16px));
46
min-height: rem(36px);
-
47
- [igxButton] {
48
- --ig-size: 2;
49
- }
50
}
51
52
0 commit comments