Skip to content

Commit e2ad12f

Browse files
Updated fa icon
1 parent 2d29a27 commit e2ad12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/composables/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { UseGetIcon } from '../../types';
33
const defaultIcons = {
44
fa: {
55
checkboxFalse: 'far fa-square',
6-
checkboxTrue: 'fa-check-square',
6+
checkboxTrue: 'far fa-square-check',
77
clear: 'fa-circle-xmark',
88
false: 'fa-xmark',
99
loading: 'fa-circle-notch',

0 commit comments

Comments
 (0)