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 %}