Skip to content

Commit

Permalink
hover border thickness on chain cards
Browse files Browse the repository at this point in the history
  • Loading branch information
connorch committed Mar 8, 2024
1 parent 1316d33 commit c527292
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">
<div className="rounded-lg h-full border hover:outline-4 hover:outline hover:outline-border">
<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 c527292

Please sign in to comment.