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

Change size of icons on note detail

This commit is contained in:
Kazu Yokomizo
2018-01-24 15:39:27 -05:00
parent 8c3ba4ce48
commit 7730b5e20b
8 changed files with 8 additions and 8 deletions

View File

@@ -633,7 +633,7 @@ class SnippetNoteDetail extends React.Component {
<button styleName='control-fullScreenButton' title='Fullscreen'
onMouseDown={(e) => this.handleFullScreenButton(e)}>
<img styleName='iconInfo' src='../resources/icon/icon-sidebar.svg' />
<img styleName='iconInfo' src='../resources/icon/icon-full.svg' />
</button>
<TrashButton onClick={(e) => this.handleTrashButtonClick(e)} />