From 7f3909778a853790af268aa1d89dff364426984a Mon Sep 17 00:00:00 2001 From: Dani Moreno <96433370+dani-moreno@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:55:29 +0200 Subject: [PATCH] Style changes: Card and Select (#65) * Card * Style changes * Card content spacing --- lib/foundations/card.tsx | 2 +- lib/foundations/select.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/foundations/card.tsx b/lib/foundations/card.tsx index 82e374c4b..d6d51dbc2 100644 --- a/lib/foundations/card.tsx +++ b/lib/foundations/card.tsx @@ -60,7 +60,7 @@ const CardContent = React.forwardRef< HTMLDivElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+
)) CardContent.displayName = "CardContent" diff --git a/lib/foundations/select.tsx b/lib/foundations/select.tsx index fece8bd5f..0bb63fe8f 100644 --- a/lib/foundations/select.tsx +++ b/lib/foundations/select.tsx @@ -117,12 +117,12 @@ const SelectItem = React.forwardRef< - +