Skip to content

Commit

Permalink
table: Add some padding to table cells
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jan 25, 2024
1 parent f095ac0 commit f8f4bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default function useDefaultTableOptions<TData extends MRT_RowData>(): Par
muiTableBodyProps: {
sx: {
'tr td': {
paddingBottom: 0,
paddingBottom: '5px',
paddingRight: 0,
paddingTop: 0,
paddingTop: '5px',
color: "inherit",
},
'tr td .MuiButtonBase-root': {color: "inherit"},
Expand Down

0 comments on commit f8f4bc1

Please sign in to comment.