Merge pull request #1076 from ayshiff/feature/tabs-component
feat(core): Tabs component
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -44,6 +44,9 @@ type PaletteAdditions = {
|
||||
link: string;
|
||||
gold: string;
|
||||
sidebar: string;
|
||||
tabbar: {
|
||||
indicator: string;
|
||||
};
|
||||
bursts: {
|
||||
fontColor: string;
|
||||
slackChannelText: string;
|
||||
|
||||
Reference in New Issue
Block a user