Skip to content

Commit

Permalink
Tweaked design of the filter panel
Browse files Browse the repository at this point in the history
- Made border thinner
- Made shadow weaker
  • Loading branch information
mbeps committed Apr 21, 2024
1 parent 10a9887 commit 91af7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Filters/FilterPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const FilterOverlay: React.FC<FilterOverlayProps> = ({
className="
mt-auto
h-full
w-full shadow-2xl md:rounded-2xl
w-full shadow-lg md:rounded-lg
border-2
border-neutral-200 dark:border-neutral-800
bg-neutral-100 dark:bg-black
Expand Down

0 comments on commit 91af7f3

Please sign in to comment.