change color sidebar
This commit is contained in:
@@ -17,7 +17,7 @@ const LayoutSidebar = () => {
|
|||||||
// console.log(collapsed, type);
|
// console.log(collapsed, type);
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
background: 'linear-gradient(180deg, #FF8C42 0%, #FF6B35 100%)',
|
background: 'linear-gradient(180deg, #1BAA56 0%,rgb(5, 75, 34) 100%)',
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
height: '100vh',
|
height: '100vh',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
|
|||||||
Reference in New Issue
Block a user