From 1a831e0fcbe00fb89bf5aed951f85f61eed7fc52 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Thu, 27 Jun 2024 17:42:52 -0300 Subject: [PATCH] fix template dark mode issue --- crates/seed-keeper-wit-ui/src/templates/input.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/seed-keeper-wit-ui/src/templates/input.html b/crates/seed-keeper-wit-ui/src/templates/input.html index d9b20d6..20c6011 100644 --- a/crates/seed-keeper-wit-ui/src/templates/input.html +++ b/crates/seed-keeper-wit-ui/src/templates/input.html @@ -14,7 +14,7 @@ name="encrypted" data-context-name="encrypted" autocomplete="on" - class="rounded w-full border border-amber-500 text-neutral-700 p-2 m-2 placeholder:Enter invalid:[&:not(:placeholder-shown):not(:focus)]:border-red-500 peer" + class="rounded w-full border bg-amber-50 text-neutral-700 p-2 m-2 placeholder:Enter invalid:[&:not(:placeholder-shown):not(:focus)]:border-red-500 peer" {% if input.encrypted_seed %} value="{{ input.encrypted_seed }}" {% endif %}