Skip to content

Commit

Permalink
Remove unused styles from ItemTable
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 29, 2021
1 parent 288fe58 commit 6ead4b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6ead4b5

Please sign in to comment.