Skip to content

Commit

Permalink
yarn docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Feb 7, 2023
1 parent 5a82dfa commit 4730e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const VirtuosoTableComponents = {
<TableContainer component={Paper} {...props} ref={ref} />
)),
Table: (props) => (
<Table {...props} style={{ borderCollapse: 'separate', tableLayout: 'fixed' }} />
<Table {...props} sx={{ borderCollapse: 'separate', tableLayout: 'fixed' }} />
),
TableHead,
TableRow: ({ item: _item, ...props }) => <TableRow {...props} />,
Expand Down

0 comments on commit 4730e94

Please sign in to comment.