createaccount: ui: remove create account text

This commit is contained in:
ericholguin
2023-05-26 19:38:07 -06:00
committed by William Casarin
parent 47d594af00
commit 06ba72a23d

View File

@@ -30,10 +30,6 @@ struct CreateAccountView: View {
}
VStack {
Text("Create Account")
.font(.title.bold())
.foregroundColor(.white)
ProfilePictureSelector(pubkey: account.pubkey, viewModel: profileUploadViewModel, callback: uploadedProfilePicture(image_url:))
HStack(alignment: .top) {