diff options
Diffstat (limited to 'modern/src/settings/CommandsPage.js')
-rw-r--r-- | modern/src/settings/CommandsPage.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modern/src/settings/CommandsPage.js b/modern/src/settings/CommandsPage.js index ef524957..bf6b10aa 100644 --- a/modern/src/settings/CommandsPage.js +++ b/modern/src/settings/CommandsPage.js @@ -11,9 +11,6 @@ import { formatBoolean } from '../common/formatter'; import { prefixString } from '../common/stringUtils'; 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 CommandsView = ({ updateTimestamp, onMenuClick }) => { }, [updateTimestamp]); return ( - <TableContainer className={classes.table}> + <TableContainer> <Table> <TableHead> <TableRow> |