diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 34eca2429a..b661afcdb1 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -57,6 +57,7 @@ done like this: import { createApp } from '@backstage/app-defaults'; import { ThemeProvider } from '@material-ui/core/styles'; import CssBaseline from '@material-ui/core/CssBaseline'; +import LightIcon from '@material-ui/icons/WbSunny'; const app = createApp({ apis: ..., @@ -65,6 +66,7 @@ const app = createApp({ id: 'my-theme', title: 'My Custom Theme', variant: 'light', + icon: , Provider: ({ children }) => ( {children}