We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e86fb commit 789e313Copy full SHA for 789e313
GoInfoGame/GoInfoGame/UI/Map/Satellite Server/SatellitePickerSheet.swift
@@ -21,7 +21,7 @@ struct SatellitePickerSheet: View {
21
Spacer()
22
if option == selected {
23
Image(systemName: "checkmark")
24
- .foregroundColor(.blue)
+ .foregroundColor(Asset.Colors.accentPink.swiftUIColor)
25
}
26
27
.contentShape(Rectangle())
@@ -32,6 +32,12 @@ struct SatellitePickerSheet: View {
32
33
.navigationTitle("Select Satellite Layer")
34
.navigationBarTitleDisplayMode(.inline)
35
+ .toolbar {
36
+ ToolbarItem(placement: .principal) {
37
+ Text("Select Satellite Layer")
38
+ .foregroundColor(Asset.Colors.huskyPurple.swiftUIColor)
39
+ }
40
41
42
43
0 commit comments