Make sidebar expand on hover by default to prevent adopter impact
Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -58,9 +58,6 @@ export type BackstagePaletteAdditions = {
|
||||
};
|
||||
submenu: {
|
||||
background: string;
|
||||
indicator: string;
|
||||
color: string;
|
||||
selectedColor: string;
|
||||
};
|
||||
};
|
||||
tabbar: {
|
||||
|
||||
Reference in New Issue
Block a user