mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Update Tab(s) design
This commit is contained in:
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user