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

modfiy: markup for UI config tab.

This commit is contained in:
sota1235
2016-12-30 14:34:28 +09:00
parent 2f9d4c447a
commit 094bce20e2
2 changed files with 6 additions and 3 deletions

View File

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