Skip to content

Commit

Permalink
Remove paper component
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestone14 committed Nov 16, 2023
1 parent b898e7a commit 8088570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/components/Table/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
TableCell,
TableContainer,
TableRow,
Paper,
} from '@mui/material'

import TableHead from './TableHead'
Expand Down Expand Up @@ -50,7 +49,7 @@ const Table = (props) => {
} = props

return (
<TableContainer component={Paper} sx={{ border: 0, boxShadow: 'none' }}>
<TableContainer>
<MuiTable
size="small"
sx={{ border: 0, borderCollapse: 'separate', borderSpacing: '0 16px' }}
Expand Down

0 comments on commit 8088570

Please sign in to comment.