From 5e313e88201ba8248a4153e3ef7aafeb129139e4 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Fri, 23 Oct 2020 14:20:28 -0300 Subject: [PATCH] fix cart width --- components/ui/Sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Sidebar/Sidebar.tsx b/components/ui/Sidebar/Sidebar.tsx index 6f700c221..9d25c8465 100644 --- a/components/ui/Sidebar/Sidebar.tsx +++ b/components/ui/Sidebar/Sidebar.tsx @@ -72,7 +72,7 @@ const Sidebar: FC = ({ className, children, show = true, close }) => { leaveFrom="translate-x-0" leaveTo="translate-x-full" > -
+
{children}