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

modify: markup style for Hotkey config modal

This commit is contained in:
sota1235
2016-12-30 14:25:10 +09:00
parent 84eb790d93
commit 2f9d4c447a
4 changed files with 28 additions and 18 deletions

View File

@@ -112,11 +112,11 @@ class HotkeyTab extends React.Component {
>
{this.state.isHotkeyHintOpen
? 'Hide Hint'
: 'Show Hint'
: 'Hint?'
}
</button>
<button styleName='group-control-rightButton'
onClick={(e) => this.handleSaveButtonClick(e)}>Save Hotkey
onClick={(e) => this.handleSaveButtonClick(e)}>Save
</button>
{keymapAlertElement}
</div>