Merged in fix/SW-2817-activity-card (pull request #2160)

Fix/SW-2816: activity card span full width

* fix(SW-2816): image span full width

* fix(SW-2817): improve image blurriness


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-05-21 06:27:59 +00:00
parent 11237b211b
commit e5836c9e65
3 changed files with 10 additions and 19 deletions

View File

@@ -24,8 +24,6 @@ export interface CardProps
scriptedTopTitle?: string | null
heading?: string | null
bodyText?: string | null
imageHeight?: number
imageWidth?: number
imageGradient?: boolean
onPrimaryButtonClick?: () => void
onSecondaryButtonClick?: () => void