diff --git a/theme/keywind/login/components/atoms/input.ftl b/theme/keywind/login/components/atoms/input.ftl index 714f832..7646927 100644 --- a/theme/keywind/login/components/atoms/input.ftl +++ b/theme/keywind/login/components/atoms/input.ftl @@ -4,7 +4,7 @@ <#macro kw autofocus=false - class="block border-secondary-200 mt-1 rounded-md w-full focus:border-primary-300 focus:ring focus:ring-primary-200 focus:ring-opacity-50 sm:text-sm" + class="block border-secondary-200 mt-1 rounded-md w-full focus:border-primary-300 focus:ring focus:ring-primary-200 dark:focus:ring-primary-400 focus:ring-opacity-50 sm:text-sm dark:text-secondary-900" disabled=false invalid=false label="" @@ -40,7 +40,7 @@ @click="show = !show" aria-controls="${name}" :aria-expanded="show" - class="absolute text-secondary-400 right-3 top-3 sm:top-2" + class="absolute text-secondary-400 dark:text-secondary-500 right-3 top-3 sm:top-2" type="button" >
@@ -70,7 +70,7 @@ > <#if invalid?? && message??> -
+
${message?no_esc}