From e4992f11116913c441292529758d2a0ae2786bc1 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Tue, 4 Jun 2024 13:37:47 +0200 Subject: [PATCH] fix: remove devider on card component --- components/TempDesignSystem/Card/card.module.css | 4 ---- components/TempDesignSystem/Card/index.tsx | 5 +---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/components/TempDesignSystem/Card/card.module.css b/components/TempDesignSystem/Card/card.module.css index d26032cfb..b27dec990 100644 --- a/components/TempDesignSystem/Card/card.module.css +++ b/components/TempDesignSystem/Card/card.module.css @@ -52,10 +52,6 @@ transform: rotate(-3deg); } -.divider { - border-bottom-color: var(--divider-color); -} - .heading { color: var(--font-color); } diff --git a/components/TempDesignSystem/Card/index.tsx b/components/TempDesignSystem/Card/index.tsx index 88d02849b..88137e223 100644 --- a/components/TempDesignSystem/Card/index.tsx +++ b/components/TempDesignSystem/Card/index.tsx @@ -42,10 +42,7 @@ export default function Card({ > {scriptedTopTitle ? (
- - {scriptedTopTitle} - - +

{scriptedTopTitle}

) : null}