mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 16:56:24 +00:00
Update checkbox.ftl
Made template dark mode ready
This commit is contained in:
parent
1c92515a14
commit
c5f0751662
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<input
|
||||
<#if checked>checked</#if>
|
||||
|
||||
class="border-secondary-200 h-4 rounded text-primary-600 w-4 focus:ring-primary-200 focus:ring-opacity-50"
|
||||
class="border-secondary-200 h-4 rounded text-primary-600 dark:text-primary-500 w-4 focus:ring-primary-200 focus:ring-opacity-50"
|
||||
id="${name}"
|
||||
name="${name}"
|
||||
type="checkbox"
|
||||
|
@ -12,7 +12,7 @@
|
|||
${attrName}="${attrValue}"
|
||||
</#list>
|
||||
>
|
||||
<label class="ml-2 text-secondary-600 text-sm" for="${name}">
|
||||
<label class="ml-2 text-secondary-600 dark:text-secondary-200 text-sm" for="${name}">
|
||||
${label}
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue