fix(SW-302): add Card image gradient as prop

This commit is contained in:
Matilda Landström
2024-10-01 14:02:22 +02:00
parent e7f6cc7268
commit 42cf49deae
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ export interface CardProps
bodyText?: string | null
imageHeight?: number
imageWidth?: number
imageGradient?: boolean
onPrimaryButtonClick?: () => void
onSecondaryButtonClick?: () => void
backgroundImage?: ImageVaultAsset | ApiImage