aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/CalendarsPage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-08 09:09:34 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-08 09:09:34 -0700
commitcbdb291c475d624ff0f8abaa1a99952e6438bd9c (patch)
treef07329f7c382bec6dde69bb5b33a4fd70b832d2c /modern/src/settings/CalendarsPage.js
parentf5313f895c29aae18afbc084c965b8ace37833ff (diff)
downloadtrackermap-web-cbdb291c475d624ff0f8abaa1a99952e6438bd9c.tar.gz
trackermap-web-cbdb291c475d624ff0f8abaa1a99952e6438bd9c.tar.bz2
trackermap-web-cbdb291c475d624ff0f8abaa1a99952e6438bd9c.zip
Revert background color
Diffstat (limited to 'modern/src/settings/CalendarsPage.js')
-rw-r--r--modern/src/settings/CalendarsPage.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/modern/src/settings/CalendarsPage.js b/modern/src/settings/CalendarsPage.js
index 71611ea5..8b7a2c1b 100644
--- a/modern/src/settings/CalendarsPage.js
+++ b/modern/src/settings/CalendarsPage.js
@@ -9,9 +9,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),
@@ -32,7 +29,7 @@ const CalendarsView = ({ updateTimestamp, onMenuClick }) => {
}, [updateTimestamp]);
return (
- <TableContainer className={classes.table}>
+ <TableContainer>
<Table>
<TableHead>
<TableRow>