diff --git a/src/components/GanttChart/GanttChart.vue b/src/components/GanttChart/GanttChart.vue
index 30a66c5c322193431ad49ea2b5a0215491ba9fd3..8808e47ad865db721edce63e94c91ec85cde85c9 100644
--- a/src/components/GanttChart/GanttChart.vue
+++ b/src/components/GanttChart/GanttChart.vue
@@ -162,9 +162,9 @@ const pageContext = usePageContextStore()
 
 const ORDER_COLORS = ['#FFCDD2', '#FFE0B2', '#90CAF9'] // แดงอ่อน, ส้มอ่อน, น้ำเงินอ่อน
 const SPECIAL_COLORS: Record<string, string> = {
-  ผลิตเผื่อ: '#94f397',
-  เปลี่ยนขนาด: '#B3E5FC'
-}
+  'ผลิตเผื่อ': '#94f397', 
+  'เปลี่ยนขนาด': '#B3E5FC', 
+};
 
 // ใช้ currentPage เป็น pagenum จาก pageContext
 const currentPage = computed({