From 98f165d33cda7c419f70ae7656ba9269bba81ec3 Mon Sep 17 00:00:00 2001 From: rogerio Date: Mon, 27 Jan 2025 10:03:54 -0300 Subject: [PATCH] fix: drawer max width --- src/components/drawer/drawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawer/drawer.tsx b/src/components/drawer/drawer.tsx index c256901..0a537d5 100644 --- a/src/components/drawer/drawer.tsx +++ b/src/components/drawer/drawer.tsx @@ -30,7 +30,7 @@ const DrawerRoot = ({ children, ...props }: DrawerRootProps) => { - + {children}