mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +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}>
|
||||
<ListItemText primary={<Typography>└ {props.workerScript.name}</Typography>} />
|
||||
{open ? <ExpandLess /> : <ExpandMore />}
|
||||
{open ? <ExpandLess color="primary" /> : <ExpandMore color="primary" />}
|
||||
</ListItemButton>
|
||||
<Collapse in={open} timeout={0} unmountOnExit>
|
||||
<Box mx={6}>
|
||||
|
@ -68,6 +68,7 @@ export const theme = createTheme({
|
||||
dark: colors.warningdark,
|
||||
},
|
||||
background: {
|
||||
default: colors.black,
|
||||
paper: colors.well,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user