diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx
index b2f4e0a..147c3f9 100644
--- a/src/app/canvas/page.jsx
+++ b/src/app/canvas/page.jsx
@@ -95,7 +95,7 @@ export default function CanvasPage() {
{/* 점·선 그리드 설정 */}
{/* {modalOption.gridoption && } */}
{/* {modalOption.gridcopy && } */}
- {modalOption.gridmove && }
+ {/* {modalOption.gridmove && } */}
{/* 외벽선 그리기 */}
{/* {modalOption.outerwall && } */}
@@ -123,8 +123,8 @@ export default function CanvasPage() {
{/* 보조선 사이즈, 이동, 복사 */}
{/* */}
-
-
+ {/* */}
+ {/* */}
{/* 지붕면 할당 */}
{/* */}
diff --git a/src/styles/_grid-detail.scss b/src/styles/_grid-detail.scss
index 1f6a227..d6f34b1 100644
--- a/src/styles/_grid-detail.scss
+++ b/src/styles/_grid-detail.scss
@@ -39,7 +39,7 @@
background-color: #F7F9FA;
}
&.important_row{
- background-color: #e7e7e7;
+ background-color: #f5fcff;
}
}
.ag-cell{