chanaging size of profile avatar selectionbecause just too big on smaller screens
and fixed bug with the list of contacts not showing all existing users from my contacts
This commit is contained in:
@@ -66,7 +66,7 @@ struct AddBasicInfoView: View {
|
||||
Image(Avatars.avatarSystemNames[index])
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(width: 100, height: 100, alignment: .center)
|
||||
.frame(width: 50, height: 50, alignment: .center)
|
||||
.blur(radius: self.selectedAvatarIndex == index ? 0 : 1)
|
||||
.scaleEffect(self.selectedAvatarIndex == index ? 1.3 : 1)
|
||||
.padding()
|
||||
|
||||
Reference in New Issue
Block a user