Update Tab(s) design

This commit is contained in:
nickofolas 2022-01-19 14:36:42 -06:00
parent 022dd5d7d7
commit e81bd48ca6

@ -336,6 +336,24 @@ export function refreshTheme(): void {
color: Settings.theme.primary,
},
},
root: {
backgroundColor: Settings.theme.backgroundsecondary,
border: "1px solid " + Settings.theme.well,
margin: '3px',
"&.Mui-selected": {
backgroundColor: Settings.theme.button
},
},
},
},
MuiTabs: {
defaultProps: {
TabIndicatorProps: {
style: {
display: "none"
}
}
},
},
MuiAlert: {