make the sidebar pin button show up again

This commit is contained in:
nikek
2020-06-09 15:32:34 +02:00
parent 14f104aa1e
commit 8a3b1ec93e
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -57,8 +57,8 @@ export const lightTheme = createTheme({
gold: yellow.A700,
sidebar: '#171717',
pinSidebarButton: {
icon: '#BDBDBD',
background: '#404040',
icon: '#181818',
background: '#BDBDBD',
},
},
});
@@ -103,7 +103,7 @@ export const darkTheme = createTheme({
gold: yellow.A700,
sidebar: '#424242',
pinSidebarButton: {
icon: '#181818',
icon: '#404040',
background: '#BDBDBD',
},
},