Skip to content

Commit

Permalink
Fix bg
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Nov 14, 2024
1 parent 94d5054 commit 036c6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const AssetPanelTab = memo(function AssetPanelTab(props: AssetPanelTabPro
variants={{ active: { opacity: 1 }, inactive: { opacity: 0 } }}
initial="inactive"
animate={!isActive && isHovered ? 'active' : 'inactive'}
className="bg-inv absolute inset-x-1.5 inset-y-1.5 -z-1 rounded-full transition-colors duration-300"
className="absolute inset-x-1.5 inset-y-1.5 -z-1 rounded-full bg-invert transition-colors duration-300"
/>

<div
Expand Down

0 comments on commit 036c6f1

Please sign in to comment.