change editor theme (#95)

This commit is contained in:
Huyen Nguyen
2018-05-25 09:50:04 +07:00
committed by Mrugesh Mohapatra
parent 10341daeb5
commit 8f093c195b

View File

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