Skip to content

Commit

Permalink
Remove shadow from intermediate box
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 23, 2020
1 parent d4a4c5b commit 1208392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemView/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ItemView({ activeItem }){
const classes = useStyles();

return(
<Paper classes={{root: classes.paperPadding}} square>
<Paper variant="outlined" classes={{root: classes.paperPadding}} square>
<ItemMetadataView item={activeItem} />
<ItemBodyView item={activeItem} />
</Paper>
Expand Down

0 comments on commit 1208392

Please sign in to comment.