Skip to content

Commit

Permalink
style: change hover opacity of a card
Browse files Browse the repository at this point in the history
  • Loading branch information
severynenko committed Aug 14, 2024
1 parent d6461bb commit fe5eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/cardWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const CardWrapper = React.forwardRef<HTMLDivElement, CardWrapperProps>(
);

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
Expand Down

0 comments on commit fe5eab2

Please sign in to comment.