Skip to content

Commit 9022825

Browse files
didimmovadesig9steinsimeonoff
authored
fix(banner): update default size of illustraion icon (#14846)
Co-authored-by: Marin Popov <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 6da4f51 commit 9022825

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/banner/_banner-theme.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@
111111
igx-icon,
112112
igc-button,
113113
[igxButton] {
114-
--component-size: var(--ig-size, 2) !important;
114+
--component-size: var(--ig-size, var(--ig-size-large));
115+
116+
@if $variant == 'indigo' {
117+
--component-size: var(--ig-size, var(--ig-size-medium));
118+
}
115119
}
116120
}
117121

0 commit comments

Comments
 (0)