From 96e34edbefea5377c6196e242df2c160e4f6c12b Mon Sep 17 00:00:00 2001 From: Alexander Mutig Date: Fri, 9 Aug 2024 18:22:23 +0200 Subject: [PATCH 1/2] chore: Add background and border for resource card (#2463) --- components/Cards/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cards/Card.tsx b/components/Cards/Card.tsx index 90c25ae77..aa7267f18 100644 --- a/components/Cards/Card.tsx +++ b/components/Cards/Card.tsx @@ -29,7 +29,7 @@ export const Card: FC = ({ data, onClick }) => { return (
-
+

Date: Sat, 10 Aug 2024 15:55:22 +0200 Subject: [PATCH 2/2] fix: Move border classes into
and change background color --- components/Cards/Card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Cards/Card.tsx b/components/Cards/Card.tsx index aa7267f18..bc4101892 100644 --- a/components/Cards/Card.tsx +++ b/components/Cards/Card.tsx @@ -28,8 +28,8 @@ export const Card: FC = ({ data, onClick }) => { }, []) return ( -
-
+
+