From 94ed7577a3fc84442fc8c3f2274ffdfa030bff87 Mon Sep 17 00:00:00 2001 From: Desmond Kyeremeh Date: Tue, 29 Jun 2021 06:10:07 +0000 Subject: Updated padding for login, report filters and registration --- modern/src/reports/ReportFilter.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'modern/src/reports') diff --git a/modern/src/reports/ReportFilter.js b/modern/src/reports/ReportFilter.js index 8055d30..b9817d5 100644 --- a/modern/src/reports/ReportFilter.js +++ b/modern/src/reports/ReportFilter.js @@ -4,19 +4,7 @@ import { useSelector } from 'react-redux'; import moment from 'moment'; import t from '../common/localization'; -const useStyles = makeStyles(theme => ({ - gridContainer: { - margin: theme.spacing(0, -1), - '& > .MuiGrid-item': { - padding: theme.spacing(1.5, 1) - } - } -})); - const ReportFilter = ({ children, handleSubmit, showOnly }) => { - - const classes = useStyles(); - const devices = useSelector(state => Object.values(state.devices.items)); const [deviceId, setDeviceId] = useState(); const [period, setPeriod] = useState('today'); @@ -68,7 +56,7 @@ const ReportFilter = ({ children, handleSubmit, showOnly }) => { } return ( - + {t('reportDevice')} -- cgit v1.2.3