Skip to content

Commit cdad7f6

Browse files
authored
Merge branch 'next' into ROU-11968-card
2 parents a2cc4b6 + fe964c8 commit cdad7f6

9 files changed

+10
-5
lines changed

core/src/components/avatar/avatar.ionic.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
align-items: center;
1616
justify-content: center;
1717

18-
background: globals.$ion-bg-neutral-subtlest-default;
18+
background: globals.$ion-bg-neutral-subtle-default;
1919
color: globals.$ion-text-subtlest;
2020
}
2121

@@ -118,6 +118,11 @@
118118
@include globals.padding(0);
119119
}
120120

121+
:host(.avatar-xxsmall) ::slotted(ion-icon) {
122+
width: globals.$ion-scale-300;
123+
height: globals.$ion-scale-300;
124+
}
125+
121126
:host(.avatar-xsmall) ::slotted(ion-icon) {
122127
width: globals.$ion-scale-400;
123128
height: globals.$ion-scale-400;
@@ -134,13 +139,13 @@
134139
}
135140

136141
:host(.avatar-large) ::slotted(ion-icon) {
137-
width: globals.$ion-scale-800;
138-
height: globals.$ion-scale-800;
142+
width: globals.$ion-scale-700;
143+
height: globals.$ion-scale-700;
139144
}
140145

141146
:host(.avatar-xlarge) ::slotted(ion-icon) {
142-
width: globals.$ion-scale-1000;
143-
height: globals.$ion-scale-1000;
147+
width: globals.$ion-scale-800;
148+
height: globals.$ion-scale-800;
144149
}
145150

146151
// Avatar Badge Empty (hint)
12 Bytes
Loading
10 Bytes
Loading
83 Bytes
Loading
111 Bytes
Loading
-105 Bytes
Loading
-195 Bytes
Loading
-46 Bytes
Loading
59 Bytes
Loading

0 commit comments

Comments
 (0)