add dark theme styling to devtools input box
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/5610/head
parent
6da2f88dc5
commit
b00cf8c939
|
@ -60,7 +60,7 @@ class GenericEditor extends DevtoolsComponent {
|
||||||
<label htmlFor={id}>{ label }</label>
|
<label htmlFor={id}>{ label }</label>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_DevTools_inputCell">
|
<div className="mx_DevTools_inputCell">
|
||||||
<input id={id} onChange={this._onChange} value={this.state[id]} size="32" />
|
<input id={id} className="mx_TextInputDialog_input" onChange={this._onChange} value={this.state[id]} size="32" />
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue