mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10: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 }) => {
|
const Sidebar: React.FC<SidebarProps> = ({ setIsSidebarOpen }) => {
|
||||||
return (
|
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">
|
<div className="flex justify-end">
|
||||||
<button
|
<button
|
||||||
onClick={() => setIsSidebarOpen(false)}
|
onClick={() => setIsSidebarOpen(false)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user