|
|
@@ -15,7 +15,6 @@ function KFModal({ title, image, children, className, ...rest }: KFModalProps) { |
|
|
className={classNames(['kf-modal', className])} |
|
|
className={classNames(['kf-modal', className])} |
|
|
{...rest} |
|
|
{...rest} |
|
|
title={<ModalTitle title={title} image={image}></ModalTitle>} |
|
|
title={<ModalTitle title={title} image={image}></ModalTitle>} |
|
|
closeIcon={<CloseIcon></CloseIcon>} |
|
|
|
|
|
> |
|
|
> |
|
|
{children} |
|
|
{children} |
|
|
</Modal> |
|
|
</Modal> |
|
|
|