mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33: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,
|
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: {
|
MuiAlert: {
|
||||||
|
Loading…
Reference in New Issue
Block a user