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