From c40ef7ad640d595167dd0a3abab34f4c6a690764 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 23 May 2022 07:57:03 -0700 Subject: Migrate theme --- modern/src/common/theme/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modern/src/common') diff --git a/modern/src/common/theme/index.js b/modern/src/common/theme/index.js index eb9635db..23fc0d73 100644 --- a/modern/src/common/theme/index.js +++ b/modern/src/common/theme/index.js @@ -1,10 +1,10 @@ -import { createTheme, adaptV4Theme } from '@mui/material/styles'; +import { createTheme } from '@mui/material/styles'; import palette from './palette'; import dimensions from './dimensions'; -const theme = createTheme(adaptV4Theme({ +const theme = createTheme({ palette, dimensions, -})); +}); export default theme; -- cgit v1.2.3