From 5e3752cdbf6f04fded1cca3e6ea3aaae3ff05f3e Mon Sep 17 00:00:00 2001 From: Mythie Date: Sat, 24 Jun 2023 15:01:18 +1000 Subject: [PATCH] fix: add shadow to metric-card --- .../src/components/(dashboard)/metric-card/metric-card.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/(dashboard)/metric-card/metric-card.tsx b/apps/web/src/components/(dashboard)/metric-card/metric-card.tsx index c9c36cc47..9e5b1db0e 100644 --- a/apps/web/src/components/(dashboard)/metric-card/metric-card.tsx +++ b/apps/web/src/components/(dashboard)/metric-card/metric-card.tsx @@ -13,7 +13,12 @@ export type CardMetricProps = { export const CardMetric = ({ icon: Icon, title, value, className }: CardMetricProps) => { return ( -
+
{Icon && }