Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 30, 2023
1 parent 38b9e2c commit 2bf71d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/components/filter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export default function Filter() {
<button
onClick={openDrawer}
className={twMerge(
"bg-background-light dark:bg-background-elevated-dark fixed bottom-4 right-4 z-50 rounded-full p-2 shadow-md",
"bg-background-light dark:bg-background-elevated-dark fixed bottom-4 right-4 z-50 rounded-full p-4 shadow-md",
"sm:hidden",
)}
>
<AdjustmentsHorizontalIcon className="h-12 w-12" />
<AdjustmentsHorizontalIcon className="h-10 w-10" />
</button>
<div
className={twMerge(
Expand Down

0 comments on commit 2bf71d7

Please sign in to comment.