From 6626aae3f7e588c0463613595f91b56eed85a550 Mon Sep 17 00:00:00 2001 From: Micha Date: Mon, 9 Jun 2025 17:57:00 +0200 Subject: [PATCH] fix(card): update shadow style for improved visual effect --- src/components/ui/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index c0894f8..7ba53ea 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -22,7 +22,7 @@ function Card({ className, ...props }: React.ComponentProps<'div'>) { /* Outline */ '', /* Shadow */ - 'shadow-sm', + 'shadow-[4px_4px_9px_9px_rgba(0,0,0,0.25)]', /* Opacity */ '', /* Scaling */