1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Improved clarity of wording in UI Tab

This commit is contained in:
cyalins
2018-01-25 13:56:11 +11:00
committed by GitHub
parent 535356b77f
commit 00816fb2c8

View File

@@ -148,10 +148,10 @@ class UiTab extends React.Component {
return (
<div styleName='root'>
<div styleName='group'>
<div styleName='group-header'>UI</div>
<div styleName='group-header'>Interface</div>
<div styleName='group-section'>
Color Theme
Interface Theme
<div styleName='group-section-control'>
<select value={config.ui.theme}
onChange={(e) => this.handleUIChange(e)}