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]}
|
language={modeMap[ext]}
|
||||||
onChange={::this.onChange}
|
onChange={::this.onChange}
|
||||||
options={this.options}
|
options={this.options}
|
||||||
theme='vs-dark'
|
theme='vs'
|
||||||
value={contents}
|
value={contents}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user