We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d29a27 commit e2ad12fCopy full SHA for e2ad12f
src/plugin/composables/icons.ts
@@ -3,7 +3,7 @@ import { UseGetIcon } from '../../types';
3
const defaultIcons = {
4
fa: {
5
checkboxFalse: 'far fa-square',
6
- checkboxTrue: 'fa-check-square',
+ checkboxTrue: 'far fa-square-check',
7
clear: 'fa-circle-xmark',
8
false: 'fa-xmark',
9
loading: 'fa-circle-notch',
0 commit comments