mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user