Correct color

This commit is contained in:
Lumaa 2023-12-29 12:53:58 +01:00
parent 897c0cb889
commit 0a30ba67ed
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ struct SettingsView: View {
sheet = .welcome
} label: {
Text("logout")
.foregroundStyle(.red)
}
.tint(Color.red)
.listRowSeparator(.hidden)