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:
talksik
2021-12-20 22:57:45 -08:00
parent c0b898c2e6
commit 78ece9d243
3 changed files with 9 additions and 8 deletions
@@ -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()