change editor theme (#95)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
10341daeb5
commit
8f093c195b
@ -96,7 +96,7 @@ class Editor extends PureComponent {
|
||||
language={modeMap[ext]}
|
||||
onChange={::this.onChange}
|
||||
options={this.options}
|
||||
theme='vs-dark'
|
||||
theme='vs'
|
||||
value={contents}
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user