Skip to content

Commit ec8dc50

Browse files
authored
Merge pull request #310 from devforth/AdminForth/762
feat: scale CheckOutline icon in checkbox using rem
2 parents 01452b5 + 72f031e commit ec8dc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Checkbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
focus:ring-2 dark:bg-darkCheckboxBgUnchecked dark:border-darkCheckboxBorderColor dark:checked:bg-darkCheckboxBgChecked cursor-pointer"
1313
>
1414
<div class="pointer-events-none absolute text-lightCheckboxIconColor dark:text-darkCheckboxIconColor leading-none peer-checked:block hidden">
15-
<IconCheckOutline width="18" height="18" />
15+
<IconCheckOutline style="width: 1.1rem; height: 1.1rem;" />
1616
</div>
1717
</div>
1818
<label :for="id" class="ms-2 text-sm font-medium text-lightTextLabel dark:text-darkTextLabel">

0 commit comments

Comments
 (0)