Scale to fill pfp

Changelog-Fixed: Fixed weird scaling on profile pictures
Closes: #712
This commit is contained in:
OlegAba
2023-02-28 16:46:20 -05:00
committed by William Casarin
parent 174f7f6cc5
commit a560d50366

View File

@@ -66,6 +66,7 @@ struct InnerProfilePicView: View {
.placeholder { _ in
Placeholder
}
.scaledToFill()
}
.frame(width: size, height: size)
.clipShape(Circle())