Skip to content

Commit

Permalink
Merge pull request #55 from Floorp-Projects/dev
Browse files Browse the repository at this point in the history
web: merge latest changes
  • Loading branch information
regularentropy authored Aug 3, 2024
2 parents e9c0bbc + 9ecb839 commit 786d8a0
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 786d8a0

Please sign in to comment.