mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
chaged editor style
This commit is contained in:
parent
baac6c4693
commit
45349b3597
@ -7,7 +7,7 @@ import Button from './Button'
|
|||||||
|
|
||||||
import 'brace/mode/javascript';
|
import 'brace/mode/javascript';
|
||||||
import 'brace/mode/json';
|
import 'brace/mode/json';
|
||||||
import 'brace/theme/monokai';
|
import 'brace/theme/kuroir';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ export default class CodeEditor extends Component{
|
|||||||
<AceEditor
|
<AceEditor
|
||||||
onChange={e => this.onChange(e)}
|
onChange={e => this.onChange(e)}
|
||||||
mode="javascript"
|
mode="javascript"
|
||||||
theme="monokai"
|
theme="kuroir"
|
||||||
value={this.state.value}
|
value={this.state.value}
|
||||||
width="100%"
|
width="100%"
|
||||||
name="codeEditor"
|
name="codeEditor"
|
||||||
|
Loading…
Reference in New Issue
Block a user