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