From f5313f895c29aae18afbc084c965b8ace37833ff Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 May 2022 09:03:26 -0700 Subject: Update table styles --- modern/src/settings/ComputedAttributesPage.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modern/src/settings/ComputedAttributesPage.js') diff --git a/modern/src/settings/ComputedAttributesPage.js b/modern/src/settings/ComputedAttributesPage.js index 78842e33..d9b19de0 100644 --- a/modern/src/settings/ComputedAttributesPage.js +++ b/modern/src/settings/ComputedAttributesPage.js @@ -10,6 +10,9 @@ 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), @@ -31,7 +34,7 @@ const ComputedAttributeView = ({ updateTimestamp, onMenuClick }) => { }, [updateTimestamp]); return ( - + @@ -47,7 +50,7 @@ const ComputedAttributeView = ({ updateTimestamp, onMenuClick }) => { {administrator && ( - onMenuClick(event.currentTarget, item.id)}> + onMenuClick(event.currentTarget, item.id)}> -- cgit v1.2.3