mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
Update src/ScriptEditor/ui/ScriptEditorRoot.tsx
Co-authored-by: nickofolas <60761231+nickofolas@users.noreply.github.com>
This commit is contained in:
parent
6f10d5f8bf
commit
2fa7aa6503
@ -836,7 +836,7 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (externalScript) {
|
if (externalScript) {
|
||||||
colorProps.color = Settings.theme.error
|
colorProps.color = Settings.theme.info
|
||||||
}
|
}
|
||||||
|
|
||||||
const iconButtonStyle = {
|
const iconButtonStyle = {
|
||||||
|
Loading…
Reference in New Issue
Block a user