Correct color
This commit is contained in:
parent
897c0cb889
commit
0a30ba67ed
|
@ -21,6 +21,7 @@ struct SettingsView: View {
|
|||
sheet = .welcome
|
||||
} label: {
|
||||
Text("logout")
|
||||
.foregroundStyle(.red)
|
||||
}
|
||||
.tint(Color.red)
|
||||
.listRowSeparator(.hidden)
|
||||
|
|
Loading…
Reference in New Issue