Skip to content

Commit

Permalink
Made ItemView Paper square
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Aug 17, 2020
1 parent 5abf6da commit 0c763ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function ItemView(props){
const classes = useStyles();

return(
<Paper classes={{root: classes.paperPadding}}>
<Paper classes={{root: classes.paperPadding}} square>

<ItemMetadataView item={props.activeItem} />

Expand Down

0 comments on commit 0c763ee

Please sign in to comment.