Skip to content

Commit 9ecb839

Browse files
Merge pull request #54 from TheChilledBuffalo/card-item-outline
Fix jagged edges of card items during parallax effect
2 parents 562866a + 053a63c commit 9ecb839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/3d-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const CardItem = (props: CardImageProps) => {
137137
return (
138138
<Tag
139139
ref={ref}
140-
className={cn("w-fit transition duration-200 ease-linear", className)}
140+
className={cn("w-fit transition duration-200 ease-linear outline outline-transparent", className)}
141141
{...rest}
142142
>
143143
{children}

0 commit comments

Comments
 (0)