Skip to content

Commit

Permalink
Better hover readability
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 17, 2024
1 parent d804310 commit 8db3398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shipixen/components/shared/InteractiveStatCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const InteractiveStatCard = ({
{!disabled ? (
<div
className={clsx(
'rounded-lg opacity-0 -translate-y-full group-hover:translate-y-0 group-hover:opacity-100 flex flex-col justify-center px-2 py-1 absolute z-50 transition-all ease-linear bg-slate-100/90 dark:bg-slate-800/90 dark:text-white text-black',
'rounded-lg opacity-0 -translate-y-full group-hover:translate-y-0 group-hover:opacity-100 flex flex-col justify-center px-2 py-1 absolute z-50 transition-all ease-linear bg-white/90 dark:bg-slate-800/90 dark:text-white text-black backdrop-blur-md',
stretchHoverComponent ? 'w-full h-full items-center' : 'w-auto',
)}
>
Expand Down

0 comments on commit 8db3398

Please sign in to comment.