Skip to content

Commit 5e3e501

Browse files
committed
fix(themes): for input and avatar
1 parent 2cd4de7 commit 5e3e501

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/avatar/_avatar-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
vertical-align: middle;
102102
border-radius: --var($theme, 'border-radius');
103103
outline-style: none;
104+
flex-shrink: 0;
104105

105106
&::after {
106107
box-shadow: none;

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@
14251425
}
14261426

14271427
igx-input-group {
1428-
--igx-input-group-variant: fluent;
1428+
--theme: fluent;
14291429
padding-top: 0 !important;
14301430
}
14311431

@@ -2484,7 +2484,7 @@
24842484
}
24852485

24862486
igx-input-group {
2487-
--igx-input-group-variant: fluent;
2487+
--theme: fluent;
24882488
width: 100%;
24892489
max-width: rem(200px);
24902490
min-width: rem(140px);

0 commit comments

Comments
 (0)