FileContent: remove unnecessary styling on paper

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
alde
2021-04-19 15:20:14 -04:00
committed by Fredrik Adelöw
parent eb6a17971a
commit fd2fe42176
@@ -36,7 +36,6 @@ const useStyles = makeStyles(theme => ({
margin: 'auto',
top: '2em',
width: '80%',
backgroundColor: theme.palette.background.paper,
border: '2px solid #000',
boxShadow: theme.shadows[5],
padding: theme.spacing(2, 4, 3),