feat(core): add Tabs component

This commit is contained in:
Rémi DOREAU
2020-05-30 03:43:40 +02:00
parent 827a6289e6
commit 3293fe96a4
12 changed files with 524 additions and 0 deletions
+8
View File
@@ -60,6 +60,10 @@ export const lightTheme = createTheme({
icon: '#BDBDBD',
background: '#404040',
},
tabbar: {
indicator: '#9BF0E1',
background: '#FFFFFF',
},
},
});
@@ -106,5 +110,9 @@ export const darkTheme = createTheme({
icon: '#181818',
background: '#BDBDBD',
},
tabbar: {
indicator: '#9BF0E1',
background: '#424242',
},
},
});
+4
View File
@@ -44,6 +44,10 @@ type PaletteAdditions = {
link: string;
gold: string;
sidebar: string;
tabbar: {
indicator: string;
background: string;
};
bursts: {
fontColor: string;
slackChannelText: string;