commit 9ad6af0e4ff78bfa8e6def7690924870367a0d18
parent e16ea0f4dc99394692b84da7d8e1044c438152a7
Author: Joel Klabo <joelklabo@gmail.com>
Date: Wed, 5 Apr 2023 12:58:38 -0700
Fix Edit Profile Background Colors
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/damus/Views/EditMetadataView.swift b/damus/Views/EditMetadataView.swift
@@ -227,6 +227,7 @@ struct EditMetadataView: View {
}
}
.ignoresSafeArea(edges: .top)
+ .background(Color(.systemGroupedBackground))
}
func uploadedProfilePicture(image_url: URL?) {