diff options
Diffstat (limited to 'modern/src/settings/ComputedAttributesPage.js')
-rw-r--r-- | modern/src/settings/ComputedAttributesPage.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modern/src/settings/ComputedAttributesPage.js b/modern/src/settings/ComputedAttributesPage.js index d9b19de0..27be681e 100644 --- a/modern/src/settings/ComputedAttributesPage.js +++ b/modern/src/settings/ComputedAttributesPage.js @@ -10,9 +10,6 @@ import { useTranslation } from '../LocalizationProvider'; import { useAdministrator } from '../common/permissions'; const useStyles = makeStyles((theme) => ({ - table: { - backgroundColor: theme.palette.colors.white, - }, columnAction: { width: theme.spacing(1), padding: theme.spacing(0, 1), @@ -34,7 +31,7 @@ const ComputedAttributeView = ({ updateTimestamp, onMenuClick }) => { }, [updateTimestamp]); return ( - <TableContainer className={classes.table}> + <TableContainer> <Table> <TableHead> <TableRow> |