[ios] Made dark appearance colors actually dark and match the system more

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-12 00:37:30 +02:00
parent c838e06d54
commit bff20b523e
11 changed files with 54 additions and 28 deletions

View File

@@ -76,6 +76,6 @@ struct RoutingOptionsView: View {
.onChange(of: shouldAvoidMotorwaysWhileRouting) { changedShouldAvoidMotorwaysWhileRouting in
Settings.shouldAvoidMotorwaysWhileRouting = changedShouldAvoidMotorwaysWhileRouting
}
.accentColor(.alternativeAccent)
.accentColor(.toolbarAccent)
}
}