From f61d14de0beb1eb5f182b4a60576ba5eee8248ab Mon Sep 17 00:00:00 2001 From: Josue Date: Thu, 29 Apr 2021 17:23:57 -0400 Subject: [PATCH] fix: move margin prop from paper to container --- striker-ui/components/Panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/Panel.tsx b/striker-ui/components/Panel.tsx index dcc19789..13967ef6 100644 --- a/striker-ui/components/Panel.tsx +++ b/striker-ui/components/Panel.tsx @@ -8,13 +8,13 @@ type Props = { const useStyles = makeStyles(() => ({ paper: { - // margin: 20, padding: '30px', backgroundColor: PANEL_BACKGROUND, opacity: 0.8, zIndex: 999, }, container: { + margin: 15, position: 'relative', }, square: {