Merge pull request #1076 from ayshiff/feature/tabs-component

feat(core): Tabs component
This commit is contained in:
Sebastian Qvarfordt
2020-06-10 10:10:50 +02:00
committed by GitHub
12 changed files with 530 additions and 0 deletions
+6
View File
@@ -60,6 +60,9 @@ export const lightTheme = createTheme({
icon: '#BDBDBD',
background: '#404040',
},
tabbar: {
indicator: '#9BF0E1',
},
},
});
@@ -106,5 +109,8 @@ export const darkTheme = createTheme({
icon: '#181818',
background: '#BDBDBD',
},
tabbar: {
indicator: '#9BF0E1',
},
},
});
+3
View File
@@ -44,6 +44,9 @@ type PaletteAdditions = {
link: string;
gold: string;
sidebar: string;
tabbar: {
indicator: string;
};
bursts: {
fontColor: string;
slackChannelText: string;