Remove noCssBaseline

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-10-08 17:35:45 +01:00
parent c396392c5c
commit 865bce8ac9
4 changed files with 10 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Added a background color default on the body
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': minor
---
**BREAKING**: Removed noCssBaseline prop in UnifiedThemeProvider.
-2
View File
@@ -459,8 +459,6 @@ export interface UnifiedThemeProviderProps {
// (undocumented)
children: ReactNode;
// (undocumented)
noCssBaseline?: boolean;
// (undocumented)
theme: UnifiedTheme;
}
```
@@ -37,7 +37,6 @@ import { unstable_ClassNameGenerator as ClassNameGenerator } from '@mui/material
export interface UnifiedThemeProviderProps {
children: ReactNode;
theme: UnifiedTheme;
noCssBaseline?: boolean;
}
/**