Skip to content

Commit e80ac22

Browse files
fix: set avatars distribution
1 parent 93d0d6a commit e80ac22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ extension UKAvatarGroup {
115115
static func stackView(_ view: UIStackView, model: Model) {
116116
view.axis = .horizontal
117117
view.spacing = model.spacing
118+
view.distribution = .equalCentering
118119
}
119120
}
120121
}

0 commit comments

Comments
 (0)