1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix the make note modal layout at dark theme

This commit is contained in:
Kazu Yokomizo
2017-04-08 15:53:31 +09:00
parent a36c62044b
commit 8996ebb819
3 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class NewNoteModal extends React.Component {
<div styleName='title'>Make a Note</div>
</div>
<button styleName='closeButton' onClick={(e) => this.handleCloseButtonClick(e)}>
<div styleName='close-mark'>X</div>
<div styleName='close-mark'>×</div>
<div styleName='close-text'>esc</div>
</button>