mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: drawer prod transition
This commit is contained in:
parent
ee7b1ebd20
commit
ecb825e5e0
@ -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%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user