Skip to content

Commit 0b6ba90

Browse files
committed
updated add notes and add feature bottom sheet colors with AVIV theme
1 parent 7df0d6d commit 0b6ba90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)