Skip to content

Commit

Permalink
Merge pull request #29 from chingu-x/feature/sidebar-shadow
Browse files Browse the repository at this point in the history
Feature/sidebar shadow
  • Loading branch information
Dan-Y-Ko committed Sep 27, 2023
2 parents 5665284 + 022f7cb commit 67b6589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Sidebar() {
<aside
className={`overflow-y-auto ${
isOpenSidebar ? "w-[18.438rem]" : "w-[5.813rem]"
} text-center bg-base-200 flex flex-col justify-between border-r border-neutral-content`}
} text-center bg-base-200 flex flex-col justify-between border-r border-neutral-content shadow-[4px_4px_4px_0] shadow-neutral-focus/5`}
>
<ul
className={`flex flex-col ${
Expand Down

0 comments on commit 67b6589

Please sign in to comment.