From c809b7541affe973c525254e8966e9201226fdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Sat, 21 Feb 2026 20:06:49 +0800 Subject: [PATCH] feat: enhance card component with dark tech theme styling --- src/components/ui/card.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 681ad98..8f368c3 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -7,7 +7,7 @@ function Card({ className, ...props }: React.ComponentProps<"div">) {
) { return (
) @@ -42,7 +42,7 @@ function CardDescription({ className, ...props }: React.ComponentProps<"div">) { return (
) @@ -75,7 +75,7 @@ function CardFooter({ className, ...props }: React.ComponentProps<"div">) { return (
)