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:
@@ -178,7 +178,10 @@ type PaletteAdditions = {
|
||||
linkHover: string;
|
||||
link: string;
|
||||
gold: string;
|
||||
sidebar: string;
|
||||
navigation: {
|
||||
background: string;
|
||||
indicator: string;
|
||||
};
|
||||
tabbar: {
|
||||
indicator: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user