Skip to content

Commit

Permalink
table: Inherit body color
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 0331e5f commit f095ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function useDefaultTableOptions<TData extends MRT_RowData>(): Par
paddingBottom: 0,
paddingRight: 0,
paddingTop: 0,
color: "inherit",
},
'tr td .MuiButtonBase-root': {color: "inherit"},
'tr.error td': {
Expand Down

0 comments on commit f095ac0

Please sign in to comment.