From 6ead4b5aaf1f95a5f3fb19560dbb0bfa846697dc Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 29 Apr 2021 12:39:53 -0400 Subject: [PATCH] Remove unused styles from ItemTable --- src/components/ItemTable/ItemTable.js | 5 ----- 1 file changed, 5 deletions(-) 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',