bill hai 8 meses
pai
achega
ec18644807
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/path.ts

+ 1 - 1
src/store/path.ts

@@ -42,7 +42,7 @@ export const getPathIsShow = (path: Path) => {
 export const createPath = (path: Partial<Path> = {}): Path => {
   return {
     id: createTemploraryID(),
-    lineColor: '#ff0000',
+    lineColor: '#ffffff',
     lineAltitudeAboveGround: 10,
     reverseDirection: false,
     lineWidth: 0.6,