Merged in fix/SW-3328-campaign-page-fix (pull request #2726)

Fix/SW-3328 campaign page design fix

* fix(SW-3328): align essentials text

* fix(SW-3328): campaign page design fix

* fix(SW-3328): update hero width

* fix(SW-3328): change burgundy code text


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-08-29 13:55:15 +00:00
parent 92cb3f3663
commit fbfd62b239
6 changed files with 40 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ import type { BreadcrumbsProps } from "@/components/TempDesignSystem/Breadcrumbs
export default function CampaignPageBreadcrumbs() {
const variants: Pick<BreadcrumbsProps, "color" | "size"> = {
color: "Surface/Primary/OnSurface/Default",
color: "Background/Primary",
size: "contentWidth",
}