Skip to content

Commit

Permalink
more consistent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 18, 2024
1 parent edbb685 commit 0e632fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private fun Cycleway?.getStyle(
StrokeStyle(Color.INVISIBLE)

SIDEWALK_OK ->
StrokeStyle(Color.CYAN, dashed = true)
StrokeStyle(Color.AQUAMARINE, dashed = true)

UNKNOWN, INVALID, UNKNOWN_LANE, UNKNOWN_SHARED_LANE ->
StrokeStyle(Color.DATA_REQUESTED)
Expand Down

0 comments on commit 0e632fb

Please sign in to comment.