From 8bc9dc708d2852436d14cd0fba40ca744a15c844 Mon Sep 17 00:00:00 2001 From: CN <31734342+cn42@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:47:43 +0100 Subject: [PATCH] Update input.ftl Made template dark mode ready --- theme/keywind/login/components/atoms/input.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}