From d420ceaf9fbb69110aab3bc3de5ae6fb0531d849 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 19 Jan 2024 22:13:46 +0100 Subject: [PATCH] style: adjusted the shadow to the card --- components/custom/card.tsx | 7 ++++--- components/ui/card.tsx | 2 +- package.json | 2 +- yarn.lock | 5 ++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/components/custom/card.tsx b/components/custom/card.tsx index fa6aa96..4cc72f3 100644 --- a/components/custom/card.tsx +++ b/components/custom/card.tsx @@ -58,9 +58,10 @@ export const Card = ({ return ( {title} diff --git a/components/ui/card.tsx b/components/ui/card.tsx index 780aedd..083a329 100644 --- a/components/ui/card.tsx +++ b/components/ui/card.tsx @@ -35,7 +35,7 @@ const CardTitle = React.forwardRef<