File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
GoInfoGame/GoInfoGame/UI/Map Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -366,10 +366,10 @@ struct MapView: View {
366366 }
367367 . frame ( maxWidth: . infinity)
368368 . padding ( )
369- . background ( Color . blue . opacity ( 0.2 ) )
369+ . background ( Asset . Colors . huskyPurple . swiftUIColor )
370370 . cornerRadius ( 12 )
371371 }
372- . foregroundColor ( . blue )
372+ . foregroundColor ( . white )
373373
374374 Button ( action: {
375375 showMapLongPressedSheet = false
@@ -384,10 +384,10 @@ struct MapView: View {
384384 }
385385 . frame ( maxWidth: . infinity)
386386 . padding ( )
387- . background ( Color . green . opacity ( 0.2 ) )
387+ . background ( Asset . Colors . accentPink . swiftUIColor )
388388 . cornerRadius ( 12 )
389389 }
390- . foregroundColor ( . green )
390+ . foregroundColor ( . white )
391391 }
392392 . padding ( )
393393 . background ( Color ( . systemBackground) )
You can’t perform that action at this time.
0 commit comments