We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb5e43 commit 4ed0ae5Copy full SHA for 4ed0ae5
1 file changed
browser/main/NoteList/index.js
@@ -394,7 +394,7 @@ class NoteList extends React.Component {
394
}
395
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
396
>
397
- <i className='fa fa-th-list'/>
+ <i className='fa fa-th-large'/>
398
<span styleName='control-button-tooltip'>
399
Default Size
400
</span>
@@ -405,7 +405,7 @@ class NoteList extends React.Component {
405
406
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
407
408
- <i className='fa fa-list'/>
+ <i className='fa fa-list-ul'/>
409
410
Small Size
411
0 commit comments