Fix Edit Profile Background Colors

This commit is contained in:
Joel Klabo
2023-04-05 12:58:38 -07:00
committed by William Casarin
parent e16ea0f4dc
commit 9ad6af0e4f

View File

@@ -227,6 +227,7 @@ struct EditMetadataView: View {
} }
} }
.ignoresSafeArea(edges: .top) .ignoresSafeArea(edges: .top)
.background(Color(.systemGroupedBackground))
} }
func uploadedProfilePicture(image_url: URL?) { func uploadedProfilePicture(image_url: URL?) {