createaccount: ui: remove fixed color from back nav

This commit is contained in:
ericholguin
2023-05-26 19:30:32 -06:00
committed by William Casarin
parent 9a9fb28a48
commit fd44a56f9b

View File

@@ -123,10 +123,8 @@ struct LoginPrompt: View {
struct BackNav: View {
@Environment(\.dismiss) var dismiss
var body: some View {
Image(systemName: "chevron.backward")
.foregroundColor(.white)
.onTapGesture {
self.dismiss()
}