Skip to content

Commit 4ed0ae5

Browse files
committed
modify: change icon for controling viewing mode of note list
1 parent 4cb5e43 commit 4ed0ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browser/main/NoteList/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class NoteList extends React.Component {
394394
}
395395
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
396396
>
397-
<i className='fa fa-th-list'/>
397+
<i className='fa fa-th-large'/>
398398
<span styleName='control-button-tooltip'>
399399
Default Size
400400
</span>
@@ -405,7 +405,7 @@ class NoteList extends React.Component {
405405
}
406406
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
407407
>
408-
<i className='fa fa-list'/>
408+
<i className='fa fa-list-ul'/>
409409
<span styleName='control-button-tooltip'>
410410
Small Size
411411
</span>

0 commit comments

Comments
 (0)