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}