Skip to content

Commit 72f031e

Browse files
committed
feat: scale CheckOutline icon in checkbox using rem
1 parent 754e3d1 commit 72f031e

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)