diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 79cd405198..345b7ad969 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -27,6 +27,7 @@ import { createTheme, lightTheme } from '@backstage/theme'; const myTheme = createTheme({ palette: lightTheme.palette, fontFamily: 'Comic Sans MS', + defaultPageTheme: 'home', }); ```