Skip to content

Commit

Permalink
Changed the table render to the small variant in order to reduce unee…
Browse files Browse the repository at this point in the history
…ded whitespace
  • Loading branch information
Tyler Jordan Wright committed Dec 11, 2020
1 parent 140c71e commit 3a95107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function ItemTable({ data, rowCanBeSelected }) {

return (
<TableContainer>
<Table {...getTableProps} aria-label="Table of Queue Items" >
<Table {...getTableProps} aria-label="Table of Queue Items" size="small">
<TableHead>
{headerGroups.map(headerGroup => (
<TableRow {...headerGroup.getHeaderGroupProps()}>
Expand Down

0 comments on commit 3a95107

Please sign in to comment.