From cbdb291c475d624ff0f8abaa1a99952e6438bd9c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 May 2022 09:09:34 -0700 Subject: Revert background color --- modern/src/admin/UsersPage.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modern/src/admin/UsersPage.js') diff --git a/modern/src/admin/UsersPage.js b/modern/src/admin/UsersPage.js index fd17bd35..b609c91a 100644 --- a/modern/src/admin/UsersPage.js +++ b/modern/src/admin/UsersPage.js @@ -10,9 +10,6 @@ import OptionsLayout from '../settings/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), @@ -33,7 +30,7 @@ const UsersView = ({ updateTimestamp, onMenuClick }) => { }, [updateTimestamp]); return ( - + -- cgit v1.2.3