File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import { createApp } from '@backstage/app-defaults';
42
42
import { entityPage } from './components/catalog/EntityPage' ;
43
43
import { orgPlugin } from '@backstage/plugin-org' ;
44
44
import { searchPage } from './components/search/SearchPage' ;
45
- import CssBaseline from '@mui/material/CssBaseline' ;
46
45
import { HomepageCompositionRoot , VisitListener } from '@backstage/plugin-home' ;
47
46
import { HomePage } from './components/home/HomePage' ;
48
47
import { CustomizableHomePage } from './components/home/CustomizableHomePage' ;
@@ -102,10 +101,7 @@ const app = createApp({
102
101
title : 'Aperture' ,
103
102
variant : 'light' ,
104
103
Provider : ( { children } ) => (
105
- < UnifiedThemeProvider theme = { apertureTheme } noCssBaseline >
106
- < CssBaseline />
107
- { children }
108
- </ UnifiedThemeProvider >
104
+ < UnifiedThemeProvider theme = { apertureTheme } children = { children } />
109
105
) ,
110
106
} ,
111
107
] ,
You can’t perform that action at this time.
0 commit comments