mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-28 02:23:53 +01:00
minor tweaks
This commit is contained in:
parent
425c998435
commit
eacf15b463
@ -74,7 +74,7 @@ export function WorkerScriptAccordion(props: IProps): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
<ListItemButton onClick={() => setOpen((old) => !old)} component={Paper}>
|
<ListItemButton onClick={() => setOpen((old) => !old)} component={Paper}>
|
||||||
<ListItemText primary={<Typography>└ {props.workerScript.name}</Typography>} />
|
<ListItemText primary={<Typography>└ {props.workerScript.name}</Typography>} />
|
||||||
{open ? <ExpandLess /> : <ExpandMore />}
|
{open ? <ExpandLess color="primary" /> : <ExpandMore color="primary" />}
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
<Collapse in={open} timeout={0} unmountOnExit>
|
<Collapse in={open} timeout={0} unmountOnExit>
|
||||||
<Box mx={6}>
|
<Box mx={6}>
|
||||||
|
@ -68,6 +68,7 @@ export const theme = createTheme({
|
|||||||
dark: colors.warningdark,
|
dark: colors.warningdark,
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
|
default: colors.black,
|
||||||
paper: colors.well,
|
paper: colors.well,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user