fix(SW-272): fixed issue with image sizes and aspect ratio on cards mainly inside mega menu

This commit is contained in:
Erik Tiekstra
2024-09-27 13:38:56 +02:00
parent aa390bd171
commit d2121a3fed
4 changed files with 32 additions and 10 deletions

View File

@@ -23,6 +23,8 @@ export interface CardProps
heading?: string | null
bodyText?: string | null
backgroundImage?: ImageVaultAsset
imageHeight?: number
imageWidth?: number
onPrimaryButtonClick?: () => void
onSecondaryButtonClick?: () => void
}