fix(editor): checklist button icon
This commit is contained in:
parent
af9eb358ee
commit
e760ce45e4
@ -183,7 +183,7 @@
|
||||
title="task list"
|
||||
>
|
||||
<span class="icon">
|
||||
<icon :icon="['fa', ' fa-list-check']" />
|
||||
<icon icon="fa-list-check" />
|
||||
</span>
|
||||
</BaseButton>
|
||||
<BaseButton
|
||||
|
@ -73,7 +73,7 @@ import {
|
||||
faUnlink,
|
||||
faParagraph,
|
||||
faTable,
|
||||
faX, faArrowTurnDown,
|
||||
faX, faArrowTurnDown, faListCheck,
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import {
|
||||
faBellSlash,
|
||||
@ -180,6 +180,7 @@ library.add(faX)
|
||||
library.add(faAnglesUp)
|
||||
library.add(faBolt)
|
||||
library.add(faArrowTurnDown)
|
||||
library.add(faListCheck)
|
||||
|
||||
// overwriting the wrong types
|
||||
export default FontAwesomeIcon as unknown as FontAwesomeIconFixedTypes
|
Loading…
x
Reference in New Issue
Block a user