[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

@@ -132,6 +132,7 @@ struct ExistingProfileView: View {
} label: {
Text("osm_profile_remove")
.lineLimit(1)
.foregroundStyle(.alternativeAccent)
.frame(maxWidth: .infinity)
}
.buttonStyle(BorderedButtonStyle())
@@ -146,6 +147,7 @@ struct ExistingProfileView: View {
} label: {
Text("osm_more_about")
.lineLimit(1)
.foregroundStyle(.alternativeAccent)
.frame(maxWidth: .infinity)
}
.buttonStyle(BorderedButtonStyle())