Skip to content

Commit 789e313

Browse files
committed
Update SatellitePickerSheet.swift
1 parent 38e86fb commit 789e313

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

GoInfoGame/GoInfoGame/UI/Map/Satellite Server/SatellitePickerSheet.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct SatellitePickerSheet: View {
2121
Spacer()
2222
if option == selected {
2323
Image(systemName: "checkmark")
24-
.foregroundColor(.blue)
24+
.foregroundColor(Asset.Colors.accentPink.swiftUIColor)
2525
}
2626
}
2727
.contentShape(Rectangle())
@@ -32,6 +32,12 @@ struct SatellitePickerSheet: View {
3232
}
3333
.navigationTitle("Select Satellite Layer")
3434
.navigationBarTitleDisplayMode(.inline)
35+
.toolbar {
36+
ToolbarItem(placement: .principal) {
37+
Text("Select Satellite Layer")
38+
.foregroundColor(Asset.Colors.huskyPurple.swiftUIColor)
39+
}
40+
}
3541
}
3642
}
3743
}

0 commit comments

Comments
 (0)