Make song details table dense

This commit is contained in:
Deluan 2020-04-14 17:09:47 -04:00
parent 57f2c3f823
commit 66275d3b94
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const SongDetails = (props) => {
}
return (
<TableContainer component={Paper}>
<Table aria-label="simple table">
<Table aria-label="song details" size="small">
<TableBody>
{Object.keys(data).map((key) => {
return (