Improve documentation
`defaultPageTheme` is a required field. Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
@@ -27,6 +27,7 @@ import { createTheme, lightTheme } from '@backstage/theme';
|
||||
const myTheme = createTheme({
|
||||
palette: lightTheme.palette,
|
||||
fontFamily: 'Comic Sans MS',
|
||||
defaultPageTheme: 'home',
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user