From 0d6acd661502b5f155f2c79f32fee17b59cb6cdd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 1 May 2022 20:30:08 -0700 Subject: Fix style issues --- modern/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/App.js') diff --git a/modern/src/App.js b/modern/src/App.js index a4b66ea1..5455058a 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -50,7 +50,7 @@ import EventPage from './EventPage'; import PreferencesPage from './settings/PreferencesPage'; import BottomMenu from './components/BottomMenu'; -const useStyles = makeStyles((theme) => ({ +const useStyles = makeStyles(() => ({ root: { display: 'flex', flexDirection: 'column', -- cgit v1.2.3