Make song details table dense
This commit is contained in:
parent
57f2c3f823
commit
66275d3b94
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const SongDetails = (props) => {
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table aria-label="simple table">
|
<Table aria-label="song details" size="small">
|
||||||
<TableBody>
|
<TableBody>
|
||||||
{Object.keys(data).map((key) => {
|
{Object.keys(data).map((key) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue