Skip to content

Commit 7df0d6d

Browse files
committed
Updated alert colors with AVIV theme in map screen
1 parent b706b67 commit 7df0d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ struct MapView: View {
115115
.resizable()
116116
.scaledToFit()
117117
.frame(width: 40, height: 40)
118-
.foregroundColor(.green)
118+
.foregroundColor(Asset.Colors.accentPink.swiftUIColor)
119119

120120
Text(alertMessage)
121121
.foregroundColor(.white)
122122
.font(.system(size: 16, weight: .medium))
123123
.multilineTextAlignment(.center)
124124
.padding()
125125
.frame(maxWidth: .infinity) // stretch text inside fixed card
126-
.background(Color.orange)
126+
.background(Asset.Colors.huskyPurple.swiftUIColor)
127127
.cornerRadius(12)
128128
}
129129
.padding(24)

0 commit comments

Comments
 (0)