From 038a988c550470ab0d0dae32f812b772fabd6e0d Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Mon, 16 Mar 2026 17:33:48 -0500 Subject: [PATCH] =?UTF-8?q?feat(ui):=20restyle=20Card=20=E2=80=94=20border?= =?UTF-8?q?s=20over=20shadows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/ui/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ui/card.tsx b/frontend/src/components/ui/card.tsx index db2b1a3..a755c69 100644 --- a/frontend/src/components/ui/card.tsx +++ b/frontend/src/components/ui/card.tsx @@ -6,7 +6,7 @@ const Card = React.forwardRef