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

Modify labels in theme section(much easier to understand)

This commit is contained in:
Rokt33r
2016-04-26 14:35:47 +09:00
parent a0c83f33ca
commit 3a117c0f09

View File

@@ -192,7 +192,7 @@ export default class AppSettingTab extends React.Component {
</select>
</div>
<div className='sectionSelect'>
<label>Code Theme</label>
<label>Code block Theme</label>
<select valueLink={this.linkState('config.theme-code')}>
{
hljsThemeList.map(function(v, i){
@@ -202,7 +202,7 @@ export default class AppSettingTab extends React.Component {
</select>
</div>
<div className='sectionSelect'>
<label>Syntax Theme</label>
<label>Editor Theme</label>
<select valueLink={this.linkState('config.theme-syntax')}>
{
aceThemeList.themes.map(function(v, i){