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