Skip to content

Commit 2909159

Browse files
committed
fix private overlay color in dark mode
1 parent 6cc9063 commit 2909159

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
@@ -52,7 +52,7 @@ val themeNight = Colors(
5252
textOutline = "#2e2e48",
5353
textWater = "#2e2e48",
5454
textWaterOutline = "#ccf",
55-
privateOverlay = "#f3dacd",
55+
privateOverlay = "#3d364e",
5656
hillshadeLight = "hsl(240, 30%, 50%)",
5757
hillshadeShadow = "hsl(240, 80%, 0%)",
5858
onewayArrow = "#ccf"

0 commit comments

Comments
 (0)