Enable override of sidebar selected indicator color when using createTheme (#1880)

* refactored sidebar palette types + updated default themes

* use @backstage/theme and new selectedIndicatorColor palette property

* fixed sidebar to use refactored backgroundColor property

* simplified property names based on feedback

* renamed sidebar to navigation in palette

* updated AppThemeApi docs with PaletteAdditions changes
This commit is contained in:
Chris Simmons
2020-08-11 18:16:46 +12:00
committed by GitHub
parent bd7e8cc78e
commit 1c559bcc90
5 changed files with 20 additions and 8 deletions
+4 -1
View File
@@ -178,7 +178,10 @@ type PaletteAdditions = {
linkHover: string;
link: string;
gold: string;
sidebar: string;
navigation: {
background: string;
indicator: string;
};
tabbar: {
indicator: string;
};