fix(SW-719): add title colors

This commit is contained in:
Fredrik Thorsson
2024-11-08 10:43:13 +01:00
parent 9ef2705f67
commit 30e31413fe
6 changed files with 66 additions and 25 deletions

View File

@@ -5,8 +5,8 @@ import Button from "@/components/TempDesignSystem/Button"
import BiroScript from "@/components/TempDesignSystem/Text/BiroScript"
import Body from "@/components/TempDesignSystem/Text/Body"
import Title from "@/components/TempDesignSystem/Text/Title"
import { getFontColor } from "@/utils/cardFontColor"
import { getTheme } from "@/utils/cardTheme"
import { getFontColor } from "@/utils/cardTitleFontColor"
import { cardVariants } from "./variants"