Remove unnecessary code, Rename ItemWithSubmenu, Make style properties optional in pallette

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-26 11:36:08 +00:00
parent 06878bf810
commit de81ed2cd0
6 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -53,10 +53,10 @@ export type BackstagePaletteAdditions = {
indicator: string;
color: string;
selectedColor: string;
navItem: {
navItem?: {
hoverBackground: string;
};
submenu: {
submenu?: {
background: string;
};
};