Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Oct 13, 2024
1 parent a12de2a commit 485ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/touch-target.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TouchTarget = ({ children }: { children: React.ReactNode }) => {
return (
<>
<span
className="absolute pointer-events-none left-1/2 top-1/2 size-[max(100%,2.75rem)] -translate-x-1/2 -translate-y-1/2 [@media(pointer:fine)]:hidden"
className="absolute left-1/2 top-1/2 size-[max(100%,2.75rem)] -translate-x-1/2 -translate-y-1/2 [@media(pointer:fine)]:hidden"
aria-hidden="true"
/>
{children}
Expand Down

0 comments on commit 485ab25

Please sign in to comment.