mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user