Skip to content

Commit

Permalink
Update sidebar dark shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed May 6, 2024
1 parent 4650e0c commit 5467c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/admin/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Sidebar() {
)}
>
<SidebarToggle isOpen={sidebar?.isOpen} setIsOpen={sidebar?.setIsOpen} />
<div className='relative h-full flex flex-col px-3 py-4 overflow-y-auto shadow-md dark:shadow-gray-800'>
<div className='relative h-full flex flex-col px-3 py-4 overflow-y-auto shadow-md dark:shadow-zinc-800'>
<Button
className={cn(
'transition-transform ease-in-out duration-300 mb-1',
Expand Down

0 comments on commit 5467c23

Please sign in to comment.