diff --git a/theme/keywind/login/components/atoms/checkbox.ftl b/theme/keywind/login/components/atoms/checkbox.ftl
index e47fd61..89a711a 100644
--- a/theme/keywind/login/components/atoms/checkbox.ftl
+++ b/theme/keywind/login/components/atoms/checkbox.ftl
@@ -3,7 +3,7 @@
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>
>
-