aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings/ComputedAttributesPage.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/ComputedAttributesPage.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/ComputedAttributesPage.js')
-rw-r--r--modern/src/settings/ComputedAttributesPage.js5
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>