From add37a2fe1af53d0b7d1a8374de4aba45c60303d Mon Sep 17 00:00:00 2001
From: Kritkhanin Anantakul <65160144@go.buu.ac.th>
Date: Tue, 18 Mar 2025 18:17:23 +0700
Subject: [PATCH] css fix

---
 src/components/GanttChart/ganttChart.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/GanttChart/ganttChart.css b/src/components/GanttChart/ganttChart.css
index 16934f6..fc448c5 100644
--- a/src/components/GanttChart/ganttChart.css
+++ b/src/components/GanttChart/ganttChart.css
@@ -247,7 +247,7 @@
 }
 
 .add-page-btn:hover {
-  background-color: #1E1E2F !important;
+  background-color: #7e9cd3 !important;
   /* สีเข้มขึ้นเมื่อ hover */
 }
 
-- 
GitLab