chore: bump version (#938)

This commit is contained in:
Himself65
2023-02-09 19:31:46 -06:00
committed by GitHub
parent 1824ce1e80
commit 02aea468ca
4 changed files with 78 additions and 119 deletions

View File

@@ -40,7 +40,7 @@ export const Modal = (props: ModalProps) => {
<StyledModal
{...otherProps}
open={open}
components={{ Backdrop }}
slots={{ backdrop: Backdrop }}
alignItems={transformConfig[vertical]}
justifyContent={transformConfig[horizontal]}
>