chore(SW-303): fetch activity card from CS

This commit is contained in:
Matilda Landström
2024-09-08 11:19:16 +02:00
parent 777e53ba0e
commit 84d37e58ef
9 changed files with 169 additions and 20 deletions

View File

@@ -38,7 +38,11 @@ export function getTheme(theme: CardProps["theme"]) {
primaryLinkColor = "pale"
secondaryLinkColor = "burgundy"
break
case "primaryStrong" || "image":
case "primaryStrong":
buttonTheme = "primaryStrong"
primaryLinkColor = "red"
secondaryLinkColor = "white"
case "image":
buttonTheme = "primaryStrong"
primaryLinkColor = "red"
secondaryLinkColor = "white"