diff --git a/damus/Views/ProfilePicView.swift b/damus/Views/ProfilePicView.swift index d32e8bf..305cddd 100644 --- a/damus/Views/ProfilePicView.swift +++ b/damus/Views/ProfilePicView.swift @@ -51,7 +51,9 @@ struct InnerProfilePicView: View { } var body: some View { - Group { + ZStack { + Color(uiColor: .systemBackground) + KFAnimatedImage(url) .callbackQueue(.dispatch(.global(qos: .background))) .processingQueue(.dispatch(.global(qos: .background)))