Skip to content

Commit

Permalink
Fix shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 29, 2024
1 parent 31eba0b commit 8c9a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Sidebar = (props: ISideBar) => {
className="mb-24 block lg:hidden"
style={{ display: sidebarVisible ? "none" : "block" }}
>
<div className="fixed left-0 top-0 z-50 w-full bg-med-tan px-6 shadow-lg shadow-gray-500">
<div className="fixed left-0 top-0 z-50 w-full bg-med-tan px-6 shadow-md shadow-gray-500">
<div className="flex items-center justify-between">
<svg
className="h-8 w-8 text-darkest-tan"
Expand Down

0 comments on commit 8c9a81d

Please sign in to comment.