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/CommandsPage.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modern/src/settings/CommandsPage.js') diff --git a/modern/src/settings/CommandsPage.js b/modern/src/settings/CommandsPage.js index e8422467..ef524957 100644 --- a/modern/src/settings/CommandsPage.js +++ b/modern/src/settings/CommandsPage.js @@ -11,6 +11,9 @@ 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), @@ -31,7 +34,7 @@ const CommandsView = ({ updateTimestamp, onMenuClick }) => { }, [updateTimestamp]); return ( - + @@ -45,7 +48,7 @@ const CommandsView = ({ updateTimestamp, onMenuClick }) => { {items.map((item) => ( - onMenuClick(event.currentTarget, item.id)}> + onMenuClick(event.currentTarget, item.id)}> -- cgit v1.2.3