bill 8 달 전
부모
커밋
63650a8a24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '#ff0000',
     lineAltitudeAboveGround: 10,
     reverseDirection: false,
     lineWidth: 0.6,