Make sidebar expand on hover by default to prevent adopter impact

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-04 13:59:55 +00:00
parent ddf7325869
commit a6cf7598a1
9 changed files with 100 additions and 41 deletions
-6
View File
@@ -81,9 +81,6 @@ export const lightTheme = createTheme({
},
submenu: {
background: '#404040',
indicator: '#9BF0E1',
color: '#b5b5b5',
selectedColor: '#FFF',
},
},
pinSidebarButton: {
@@ -165,9 +162,6 @@ export const darkTheme = createTheme({
},
submenu: {
background: '#404040',
indicator: '#9BF0E1',
color: '#b5b5b5',
selectedColor: '#FFF',
},
},
pinSidebarButton: {
-3
View File
@@ -58,9 +58,6 @@ export type BackstagePaletteAdditions = {
};
submenu: {
background: string;
indicator: string;
color: string;
selectedColor: string;
};
};
tabbar: {