refactoring(drawer): drawer template.

This commit is contained in:
elforjani3
2021-03-07 21:18:30 +02:00
parent e1dd6ffec9
commit 5c4d6aee5f
2 changed files with 6 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ export default function ({ children, isOpen, isClose, drawerProps }) {
position={Position.RIGHT}
canOutsideClickClose={true}
canEscapeKeyClose={true}
size={'65%'}
size={'700px'}
onClose={isClose}
{...drawerProps}
>