Skip to content

Commit

Permalink
Add placeholder text for domain when editing planet
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Nov 4, 2023
1 parent 80c2db6 commit 87c9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Planet/Views/My/MyPlanetEditView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ struct MyPlanetEditView: View {
}
.frame(width: CONTROL_CAPTION_WIDTH)

TextField("", text: $domain)
TextField("", text: $domain, prompt: Text("example.eth"))
.textFieldStyle(.roundedBorder)
}

Expand Down

0 comments on commit 87c9508

Please sign in to comment.