fix(SW-302): add Card image gradient as prop
This commit is contained in:
@@ -25,6 +25,7 @@ export interface CardProps
|
||||
bodyText?: string | null
|
||||
imageHeight?: number
|
||||
imageWidth?: number
|
||||
imageGradient?: boolean
|
||||
onPrimaryButtonClick?: () => void
|
||||
onSecondaryButtonClick?: () => void
|
||||
backgroundImage?: ImageVaultAsset | ApiImage
|
||||
|
||||
Reference in New Issue
Block a user