Skip to content

Commit 09b70e0

Browse files
committed
fix: 地图预览起点和终点交换下颜色
1 parent 2b6662b commit 09b70e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aao/ui/map_picker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"wall": QColor("#6d4c41"),
3333
"road": QColor("#5a8f3a"),
3434
"hole": QColor("#222"),
35-
"start": QColor("#1565c0"),
36-
"end": QColor("#c62828"),
35+
"start": QColor("#c62828"),
36+
"end": QColor("#1565c0"),
3737
}
3838

3939

0 commit comments

Comments
 (0)