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

This reverts commit dde9ca190a.
This commit is contained in:
Matilda Landström
2024-09-09 08:46:31 +02:00
parent dde9ca190a
commit 72c8246384
9 changed files with 20 additions and 169 deletions

View File

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