From 3b621e73f6bca80d089dac42ab05b317a55cecf2 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Tue, 20 Aug 2024 10:06:03 +0200 Subject: [PATCH] chore: adjusted the gaps a bit and centered it along the X-axis for now --- components/ui/action-card/ActionCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ui/action-card/ActionCard.tsx b/components/ui/action-card/ActionCard.tsx index a874c0dee8..aa078bfc6a 100644 --- a/components/ui/action-card/ActionCard.tsx +++ b/components/ui/action-card/ActionCard.tsx @@ -60,18 +60,18 @@ export const ActionCard = React.forwardRef( shadow="sm" {...props} > - +
-

{title}

-

+

{title}

+

{description || children}