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