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

Fix progress bar UI at NoteItem

This commit is contained in:
Kazu Yokomizo
2017-08-12 12:13:07 +09:00
parent ab1aa56059
commit 076edd375f
4 changed files with 19 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ const TodoProcess = ({
}) => (
<div styleName='todo-process' style={{display: totalTodo > 0 ? '' : 'none'}}>
<div styleName='todo-process-text'>
<i className='fa fa-fw fa-tasks' />
<i className='fa fa-fw fa-check-square-o' />
{completedTodo} of {totalTodo}
</div>
<div styleName='todo-process-bar'>