mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
modify: change icon for controling viewing mode of note list
This commit is contained in:
@@ -394,7 +394,7 @@ class NoteList extends React.Component {
|
|||||||
}
|
}
|
||||||
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
|
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
|
||||||
>
|
>
|
||||||
<i className='fa fa-th-list'/>
|
<i className='fa fa-th-large'/>
|
||||||
<span styleName='control-button-tooltip'>
|
<span styleName='control-button-tooltip'>
|
||||||
Default Size
|
Default Size
|
||||||
</span>
|
</span>
|
||||||
@@ -405,7 +405,7 @@ class NoteList extends React.Component {
|
|||||||
}
|
}
|
||||||
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
|
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
|
||||||
>
|
>
|
||||||
<i className='fa fa-list'/>
|
<i className='fa fa-list-ul'/>
|
||||||
<span styleName='control-button-tooltip'>
|
<span styleName='control-button-tooltip'>
|
||||||
Small Size
|
Small Size
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user