From 63f25d26f42f41492a3addea856fc81d3fe73896 Mon Sep 17 00:00:00 2001 From: Ashutosh Bishnoi Date: Wed, 7 Apr 2021 16:07:03 +0530 Subject: Adding background paper components to reports --- modern/src/reports/StopReportPage.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'modern/src/reports/StopReportPage.js') diff --git a/modern/src/reports/StopReportPage.js b/modern/src/reports/StopReportPage.js index 7873151..d5a2503 100644 --- a/modern/src/reports/StopReportPage.js +++ b/modern/src/reports/StopReportPage.js @@ -5,6 +5,7 @@ import { formatDistance, formatHours, formatDate, formatVolume } from '../common import ReportFilter from './ReportFilter'; import ReportLayoutPage from './ReportLayoutPage'; import { useAttributePreference } from '../common/preferences'; +import { Paper } from '@material-ui/core'; const Filter = ({ setItems }) => { @@ -80,12 +81,14 @@ const StopReportPage = () => { return ( }> - Math.random()} /> + + Math.random()} /> + ); }; -- cgit v1.2.3