bill 8 kuukautta sitten
vanhempi
commit
ec18644807
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,