mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
buttons should have typograaphy as child
This commit is contained in:
@@ -154,9 +154,7 @@ export function WorkerScriptAccordion(props: IProps): React.ReactElement {
|
||||
</TableBody>
|
||||
</Table>
|
||||
|
||||
<Button onClick={logClickHandler}>
|
||||
<Typography>LOG</Typography>
|
||||
</Button>
|
||||
<Button onClick={logClickHandler}>LOG</Button>
|
||||
<IconButton onClick={killScriptClickHandler}>
|
||||
<DeleteIcon color="error" />
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user