Skip to content

Commit

Permalink
hover outline transition on chain cards
Browse files Browse the repository at this point in the history
  • Loading branch information
connorch committed Mar 8, 2024
1 parent c527292 commit 54fc18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const DraggableChainCard = memo(
chain={chain}
className="relative group w-full"
>
<div className="rounded-lg h-full border hover:outline-4 hover:outline hover:outline-border">
<div className="rounded-lg h-full border hover:border-transparent hover:outline-4 outline outline-transparent hover:outline-border transition-[outline-color] duration-300">
<ThreeDCardContainer
outerProps={{ className: cn('group w-full h-full rounded-lg bg-transparent') }}
innerProps={{ className: cn('w-full h-full flex flex-col items-center gap-2') }}
Expand Down

0 comments on commit 54fc18d

Please sign in to comment.