Skip to content

Commit 65d106d

Browse files
committed
fix private overlay color in dark mode
1 parent a6d1763 commit 65d106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ val themeNight = Colors(
5454
textOutline = "#2e2e48",
5555
textWater = "#2e2e48",
5656
textWaterOutline = "#ccf",
57-
privateOverlay = "#f3dacd",
57+
privateOverlay = "#3d364e",
5858
hillshadeLight = "hsl(240, 30%, 50%)",
5959
hillshadeShadow = "hsl(240, 80%, 0%)",
6060
onewayArrow = "#ccf"

0 commit comments

Comments
 (0)