mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
remove shadow
This commit is contained in:
parent
52e23b7f85
commit
b30e09f47c
|
@ -8,7 +8,7 @@ interface SidebarProps {
|
|||
|
||||
const Sidebar: React.FC<SidebarProps> = ({ setIsSidebarOpen }) => {
|
||||
return (
|
||||
<div className="w-64 h-full border border-gray-200 bg-gray-50 px-4 shadow">
|
||||
<div className="w-64 h-full border border-gray-200 bg-gray-50 px-4">
|
||||
<div className="flex justify-end">
|
||||
<button
|
||||
onClick={() => setIsSidebarOpen(false)}
|
||||
|
|
Loading…
Reference in New Issue
Block a user