commit a560d50366e61fe084482b02de807df429804eb3
parent 174f7f6cc51c8b5cdcb88850326db5330226fa10
Author: OlegAba <mail@olegaba.com>
Date: Tue, 28 Feb 2023 16:46:20 -0500
Scale to fill pfp
Changelog-Fixed: Fixed weird scaling on profile pictures
Closes: #712
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/damus/Views/ProfilePicView.swift b/damus/Views/ProfilePicView.swift
@@ -66,6 +66,7 @@ struct InnerProfilePicView: View {
.placeholder { _ in
Placeholder
}
+ .scaledToFill()
}
.frame(width: size, height: size)
.clipShape(Circle())