mirror of
https://github.com/lukin/keywind.git
synced 2025-02-04 05:36:25 +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
|
<input
|
||||||
<#if checked>checked</#if>
|
<#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}"
|
id="${name}"
|
||||||
name="${name}"
|
name="${name}"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
${attrName}="${attrValue}"
|
${attrName}="${attrValue}"
|
||||||
</#list>
|
</#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}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue