Skip to content

Commit

Permalink
Remove unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Dec 16, 2020
1 parent 566efca commit 56d6f28
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ export default function ItemTable({ data, rowCanBeSelected }) {

const theme = useTheme();
const useStyles = makeStyles({
// Fully visible for active icons
activeSortIcon: {
opacity: 1,
},
// Half visible for inactive icons
inactiveSortIcon: {
opacity: 0.2,
},
rowSelected: {
backgroundColor: theme.palette.type === 'light' ? theme.palette.primary[100] : theme.palette.primary[600],
},
Expand Down

0 comments on commit 56d6f28

Please sign in to comment.