From e322fe311745670d1dac7788979a76b23824c66b Mon Sep 17 00:00:00 2001
From: Arth <65160206@go.buu.ac.th>
Date: Tue, 25 Mar 2025 21:41:01 +0700
Subject: [PATCH] change color queue

---
 src/components/GanttChart/GanttChart.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/GanttChart/GanttChart.vue b/src/components/GanttChart/GanttChart.vue
index 392e37e..ddb11e4 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
-- 
GitLab