fix: move margin prop from paper to container

main
Josue 4 years ago committed by Tsu-ba-me
parent 11ce038344
commit f61d14de0b
  1. 2
      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: {

Loading…
Cancel
Save