Reattempt building api-report.md for @backstage/theme

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-02 11:39:27 +00:00
parent 663463adbd
commit f0f2bfea6e
+9 -1
View File
@@ -41,6 +41,15 @@ export type BackstagePaletteAdditions = {
indicator: string;
color: string;
selectedColor: string;
navItem: {
hoverBackground: string;
};
submenu: {
background: string;
indicator: string;
color: string;
selectedColor: string;
};
};
tabbar: {
indicator: string;
@@ -64,7 +73,6 @@ export type BackstagePaletteAdditions = {
error: string;
text: string;
link: string;
warning: string;
};
};