Make song details table dense
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user