From 1d408ef3c1d9c515e87aeec1d05c1b56e585a55e Mon Sep 17 00:00:00 2001 From: Fachba Date: Tue, 28 Oct 2025 12:12:30 +0700 Subject: [PATCH] change color sidebar --- src/layout/LayoutSidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/LayoutSidebar.jsx b/src/layout/LayoutSidebar.jsx index e9a3149..1b17d95 100644 --- a/src/layout/LayoutSidebar.jsx +++ b/src/layout/LayoutSidebar.jsx @@ -17,7 +17,7 @@ const LayoutSidebar = () => { // console.log(collapsed, type); }} style={{ - background: 'linear-gradient(180deg, #FF8C42 0%, #FF6B35 100%)', + background: 'linear-gradient(180deg, #1BAA56 0%,rgb(5, 75, 34) 100%)', overflow: 'auto', height: '100vh', position: 'fixed',