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

Fix layout at selector size in PreferenceModal

This commit is contained in:
Kazu Yokomizo
2017-09-22 15:41:40 +09:00
parent 31485d3387
commit beceb851c2
2 changed files with 5 additions and 2 deletions

View File

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