damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

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:
Mdamus/Views/EditMetadataView.swift | 1+
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?) {