change color sidebar

This commit is contained in:
2025-10-28 12:12:30 +07:00
parent e8c3f259bf
commit 1d408ef3c1

View File

@@ -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',