refactor(core): update tabs
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -46,7 +46,6 @@ type PaletteAdditions = {
|
||||
sidebar: string;
|
||||
tabbar: {
|
||||
indicator: string;
|
||||
background: string;
|
||||
};
|
||||
bursts: {
|
||||
fontColor: string;
|
||||
|
||||
Reference in New Issue
Block a user