bill 8 bulan lalu
induk
melakukan
ec18644807
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,