diff options
Diffstat (limited to 'modern/src/settings/NotificationsPage.js')
-rw-r--r-- | modern/src/settings/NotificationsPage.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modern/src/settings/NotificationsPage.js b/modern/src/settings/NotificationsPage.js index 8efc8579..965e8c33 100644 --- a/modern/src/settings/NotificationsPage.js +++ b/modern/src/settings/NotificationsPage.js @@ -11,9 +11,6 @@ import OptionsLayout from './OptionsLayout'; import { useTranslation } from '../LocalizationProvider'; const useStyles = makeStyles((theme) => ({ - table: { - backgroundColor: theme.palette.colors.white, - }, columnAction: { width: theme.spacing(1), padding: theme.spacing(0, 1), @@ -45,7 +42,7 @@ const NotificationsView = ({ updateTimestamp, onMenuClick }) => { }; return ( - <TableContainer className={classes.table}> + <TableContainer> <Table> <TableHead> <TableRow> |