Skip to content

Commit

Permalink
bug: fix test email on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Dec 17, 2024
1 parent 13ce68b commit 8e863f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/user/src/lib/components/tasks/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
{/each}
{:else if task?.email}
<h4 class="text-xl font-semibold">{titlePrefix}Email</h4>
<div class="mt-5 flex flex-col gap-5 rounded-3xl bg-black p-5">
<div class="mt-5 flex flex-col gap-5 rounded-3xl bg-white dark:bg-black p-5">
<div class="flex items-baseline">
<label for="from" class="w-[70px] text-sm font-semibold">From</label>
<input
Expand Down

0 comments on commit 8e863f3

Please sign in to comment.