mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +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/json';
|
||||
import 'brace/theme/monokai';
|
||||
import 'brace/theme/kuroir';
|
||||
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ export default class CodeEditor extends Component{
|
||||
<AceEditor
|
||||
onChange={e => this.onChange(e)}
|
||||
mode="javascript"
|
||||
theme="monokai"
|
||||
theme="kuroir"
|
||||
value={this.state.value}
|
||||
width="100%"
|
||||
name="codeEditor"
|
||||
|
Loading…
Reference in New Issue
Block a user