Skip to content

Commit

Permalink
fix template dark mode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 27, 2024
1 parent 56d014f commit 1a831e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/seed-keeper-wit-ui/src/templates/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1a831e0

Please sign in to comment.