From fe5eab233918ec6997449efb61f424d0d4a67dd1 Mon Sep 17 00:00:00 2001 From: Nataliia Severynenko <49091101+severynenko@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:03:01 +0200 Subject: [PATCH] style: change hover opacity of a card --- src/components/ui/cardWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/cardWrapper.tsx b/src/components/ui/cardWrapper.tsx index 433c54a..1240cef 100644 --- a/src/components/ui/cardWrapper.tsx +++ b/src/components/ui/cardWrapper.tsx @@ -32,7 +32,7 @@ const CardWrapper = React.forwardRef( ); const areaClasses = cn( - "absolute w-full h-full inset-0 bg-white hover:opacity-50", + "absolute w-full h-full inset-0 bg-white hover:opacity-90", { "z-1": !artifactsView && isAreaVisible, //Area visible "z-[-1]": artifactsView || !isAreaVisible, //Area hidden