Skip to content

Commit

Permalink
fix: table display
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 30, 2023
1 parent 93a48a0 commit b11335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/components/MuiTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const MuiTable: Components['MuiTable'] = {
styleOverrides: {
root: ({ ownerState }) => ({
borderStyle: 'hidden',
display: 'block',
overflowX: 'auto',
[`.${tableCellClasses.root}`]: {
border: '2px solid white'
},
...(includesClassNames(ownerState, ['text']) && {
borderStyle: 'unset',
display: 'block',
[`.${tableCellClasses.root}`]: {
border: '1px solid #DDD'
}
Expand Down

0 comments on commit b11335f

Please sign in to comment.