[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

@@ -32,6 +32,7 @@ struct NoExistingProfileView: View {
.padding(.top, 6)
Text("osm_profile_explanation")
.tint(.alternativeAccent)
}
}
.padding(.bottom)
@@ -67,6 +68,7 @@ struct NoExistingProfileView: View {
} label: {
Text("osm_profile_register")
.lineLimit(1)
.foregroundStyle(.alternativeAccent)
.frame(maxWidth: .infinity)
}
.buttonStyle(BorderedButtonStyle())