Improve documentation

`defaultPageTheme` is a required field.

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-03-25 15:56:49 +01:00
committed by GitHub
parent 9955221427
commit 72192d847b
+1
View File
@@ -27,6 +27,7 @@ import { createTheme, lightTheme } from '@backstage/theme';
const myTheme = createTheme({
palette: lightTheme.palette,
fontFamily: 'Comic Sans MS',
defaultPageTheme: 'home',
});
```