createaccount: ui: remove create account text
This commit is contained in:
committed by
William Casarin
parent
47d594af00
commit
06ba72a23d
@@ -30,10 +30,6 @@ struct CreateAccountView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
VStack {
|
VStack {
|
||||||
Text("Create Account")
|
|
||||||
.font(.title.bold())
|
|
||||||
.foregroundColor(.white)
|
|
||||||
|
|
||||||
ProfilePictureSelector(pubkey: account.pubkey, viewModel: profileUploadViewModel, callback: uploadedProfilePicture(image_url:))
|
ProfilePictureSelector(pubkey: account.pubkey, viewModel: profileUploadViewModel, callback: uploadedProfilePicture(image_url:))
|
||||||
|
|
||||||
HStack(alignment: .top) {
|
HStack(alignment: .top) {
|
||||||
|
|||||||
Reference in New Issue
Block a user