feat: added drawer widths

This commit is contained in:
Bart van der Braak 2023-07-27 10:39:49 +02:00
parent fd451eb3c2
commit 00f23425e2

View file

@ -15,7 +15,7 @@
];
</script>
<Drawer>
<Drawer width='w-[280px] md:w-[480px]'>
<Navigation {routes} />
</Drawer>