From 4325bf309a1396785c6cd9ffe597c4f71a362a05 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 16 Jun 2021 00:41:42 +0100 Subject: [PATCH] Update box component --- src/components/Box/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Box/index.tsx b/src/components/Box/index.tsx index 7bbd8be..0fd30d9 100644 --- a/src/components/Box/index.tsx +++ b/src/components/Box/index.tsx @@ -89,7 +89,7 @@ export type BoxProps = { const Box = React.forwardRef( ({ children, ...props }, ref) => { return ( - + {children} );