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.
2 parents 01452b5 + 72f031e commit ec8dc50Copy full SHA for ec8dc50
adminforth/spa/src/afcl/Checkbox.vue
@@ -12,7 +12,7 @@
12
focus:ring-2 dark:bg-darkCheckboxBgUnchecked dark:border-darkCheckboxBorderColor dark:checked:bg-darkCheckboxBgChecked cursor-pointer"
13
>
14
<div class="pointer-events-none absolute text-lightCheckboxIconColor dark:text-darkCheckboxIconColor leading-none peer-checked:block hidden">
15
- <IconCheckOutline width="18" height="18" />
+ <IconCheckOutline style="width: 1.1rem; height: 1.1rem;" />
16
</div>
17
18
<label :for="id" class="ms-2 text-sm font-medium text-lightTextLabel dark:text-darkTextLabel">
0 commit comments