fix(SW-272): fixed issue with image sizes and aspect ratio on cards mainly inside mega menu
This commit is contained in:
@@ -23,6 +23,8 @@ export interface CardProps
|
||||
heading?: string | null
|
||||
bodyText?: string | null
|
||||
backgroundImage?: ImageVaultAsset
|
||||
imageHeight?: number
|
||||
imageWidth?: number
|
||||
onPrimaryButtonClick?: () => void
|
||||
onSecondaryButtonClick?: () => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user