diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 8051d4fd..9c59e621 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -32,7 +32,7 @@ export function Card({ linkData, isInEditMode, onClick }: CardProps) { const dragPseudo = isDragEventInProgress ? "" - : "hover:bg-white hover:bg-opacity-10 focus-visible:outline-none focus-visible:ring focus-visible:ring-[rgba(66,153,225,0.6)] active:bg-white active:bg-opacity-[.16] dark:hover:bg-[#EDF2F7] dark:active:bg-[#E2E8F0]"; + : "hover:bg-white hover:bg-opacity-10 focus-visible:outline-none focus-visible:ring focus-visible:focus-visible:ring-chakra-focus active:bg-white active:bg-opacity-[.16] dark:hover:bg-[#EDF2F7] dark:active:bg-[#E2E8F0]"; const dragTruncate = isDragEventInProgress ? "" : "group-hover:overflow-visible group-hover:whitespace-normal"; diff --git a/src/components/Cell.tsx b/src/components/Cell.tsx index d186f7d1..886d6a49 100644 --- a/src/components/Cell.tsx +++ b/src/components/Cell.tsx @@ -143,14 +143,14 @@ export default function Cell({