From 7b498173fe719c90307c72567b93d715e320b221 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Mon, 3 Feb 2025 19:09:32 +0800 Subject: [PATCH] feat: update Card component styling for improved visual clarity --- app/components/ui/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ui/card.tsx b/app/components/ui/card.tsx index 3c4fe79..b5ae5ec 100644 --- a/app/components/ui/card.tsx +++ b/app/components/ui/card.tsx @@ -6,7 +6,7 @@ export const Card: FC = (properties) => { const { children, ...rest } = properties return (
{children}