diff --git a/src/components/ItemTable/ItemTable.js b/src/components/ItemTable/ItemTable.js index 6777c5e..877bede 100644 --- a/src/components/ItemTable/ItemTable.js +++ b/src/components/ItemTable/ItemTable.js @@ -37,11 +37,6 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) { backgroundColor: theme.palette.type === 'light' ? theme.palette.grey[50] : theme.palette.grey[700], }, }, - columnBorders: { - borderLeftWidth: "1px", - borderLeftStyle: "solid", - borderColor: theme.palette.type === "light" ? theme.palette.grey[300] : theme.palette.grey[500] - }, VirtualizedTableStyles: { // The !important is placed here to enforce CSS specificity. height: '82vh !important',