Minor fix in the homepage setup and customization documentation

Signed-off-by: Kevin L <kevin.lecouvey@gmail.com>
This commit is contained in:
Kevin L
2024-06-26 18:55:32 -04:00
parent 62054125ea
commit 9ca6af45fc
+1 -1
View File
@@ -64,7 +64,7 @@ const app = createApp({
})
```
Note that your list of custom themes overrides the default themes. If you still want to use the default themes, they are exported as `themes.light` and `themes.light` from [`@backstage/theme`](https://www.npmjs.com/package/@backstage/theme).
Note that your list of custom themes overrides the default themes. If you still want to use the default themes, they are exported as `themes.light` and `themes.dark` from [`@backstage/theme`](https://www.npmjs.com/package/@backstage/theme).
## Example of a custom theme