Update src/ScriptEditor/ui/ScriptEditorRoot.tsx

Co-authored-by: nickofolas <60761231+nickofolas@users.noreply.github.com>
This commit is contained in:
Jack 2022-03-12 11:40:45 +08:00 committed by GitHub
parent 6f10d5f8bf
commit 2fa7aa6503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = {