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 b706b67 commit 7df0d6dCopy full SHA for 7df0d6d
GoInfoGame/GoInfoGame/UI/Map/MapView.swift
@@ -115,15 +115,15 @@ struct MapView: View {
115
.resizable()
116
.scaledToFit()
117
.frame(width: 40, height: 40)
118
- .foregroundColor(.green)
+ .foregroundColor(Asset.Colors.accentPink.swiftUIColor)
119
120
Text(alertMessage)
121
.foregroundColor(.white)
122
.font(.system(size: 16, weight: .medium))
123
.multilineTextAlignment(.center)
124
.padding()
125
.frame(maxWidth: .infinity) // stretch text inside fixed card
126
- .background(Color.orange)
+ .background(Asset.Colors.huskyPurple.swiftUIColor)
127
.cornerRadius(12)
128
}
129
.padding(24)
0 commit comments