diff --git a/components/Container.tsx b/components/Container.tsx index dfa32de..b3d532c 100644 --- a/components/Container.tsx +++ b/components/Container.tsx @@ -1,18 +1,25 @@ -const Container = ({ ignoreColor, className, paddingTop=false, children }:ContainerProps): JSX.Element => { +const Container = ({ + ignoreColor, + className, + paddingTop = false, + children, +}: ContainerProps): JSX.Element => { return ( -