Skip to content

Commit

Permalink
Merge pull request #54 from TheChilledBuffalo/card-item-outline
Browse files Browse the repository at this point in the history
Fix jagged edges of card items during parallax effect
  • Loading branch information
regularentropy authored Jul 13, 2024
2 parents 562866a + 053a63c commit 9ecb839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/3d-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const CardItem = (props: CardImageProps) => {
return (
<Tag
ref={ref}
className={cn("w-fit transition duration-200 ease-linear", className)}
className={cn("w-fit transition duration-200 ease-linear outline outline-transparent", className)}
{...rest}
>
{children}
Expand Down

0 comments on commit 9ecb839

Please sign in to comment.