feat: shadow xl

This commit is contained in:
karishmas6
2024-03-07 03:33:53 +05:30
parent a3923f3e27
commit 5577e1e4ea

View File

@@ -6,7 +6,7 @@ const { Sider } = Layout;
const Sidebar = () => { const Sidebar = () => {
return ( return (
<Sider <Sider
className="h-screen bg-white text-gray-800 fixed top-16 left-0 flex flex-col justify-between" className="h-screen bg-white text-gray-800 fixed top-16 left-0 flex flex-col justify-between shadow-xl"
width={250} width={250}
> >
<div className="flex flex-col justify-between h-full"> <div className="flex flex-col justify-between h-full">