fix: drawer prod transition

This commit is contained in:
AykutSarac 2023-12-23 14:48:25 +03:00
parent ee7b1ebd20
commit ecb825e5e0
No known key found for this signature in database

View File

@ -191,7 +191,13 @@ export const CloudModal: React.FC<ModalProps> = ({ opened, onClose }) => {
);
return (
<Drawer title="Saved On The Cloud" opened={opened} size="xl" onClose={onClose}>
<Drawer
title="Saved On The Cloud"
opened={opened}
size="xl"
onClose={onClose}
transitionProps={{ duration: 300, timingFunction: "ease", transition: "slide-right" }}
>
{data && (
<Flex gap="md">
<Paper my="lg" withBorder radius="md" p="xs" w="100%">