Skip to content

Commit 887004b

Browse files
committed
fixed icon token
1 parent eb078d3 commit 887004b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
}
140140

141141
:host(.avatar-large) ::slotted(ion-icon) {
142-
width: globals.$ion-scale-800;
143-
height: globals.$ion-scale-800;
142+
width: globals.$ion-scale-700;
143+
height: globals.$ion-scale-700;
144144
}
145145

146146
:host(.avatar-xlarge) ::slotted(ion-icon) {

0 commit comments

Comments
 (0)