refactor(core): update tabs

This commit is contained in:
Rémi DOREAU
2020-06-06 17:56:39 +02:00
parent 3293fe96a4
commit f1dbf5a9fa
11 changed files with 121 additions and 116 deletions
-2
View File
@@ -62,7 +62,6 @@ export const lightTheme = createTheme({
},
tabbar: {
indicator: '#9BF0E1',
background: '#FFFFFF',
},
},
});
@@ -112,7 +111,6 @@ export const darkTheme = createTheme({
},
tabbar: {
indicator: '#9BF0E1',
background: '#424242',
},
},
});
-1
View File
@@ -46,7 +46,6 @@ type PaletteAdditions = {
sidebar: string;
tabbar: {
indicator: string;
background: string;
};
bursts: {
fontColor: string;