Fix dark mode style
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
class="flex flex-col space-y-4"
|
||||
>
|
||||
<div>
|
||||
<label class="block mb-2 text-sm font-bold text-slate-900" for={@uploads.history.ref}>
|
||||
<label class="block mb-2 text-sm font-bold text-slate-900 dark:text-slate-300" for={@uploads.history.ref}>
|
||||
CSV file
|
||||
</label>
|
||||
|
||||
<.live_file_input
|
||||
upload={@uploads.history}
|
||||
class="block w-full text-sm text-slate-900 border border-slate-300 rounded-lg cursor-pointer bg-slate-50 focus:outline-none dark:bg-slate-700 dark:border-slate-600 dark:placeholder-slate-400"
|
||||
class="block w-full text-sm text-slate-900 border border-slate-300 rounded-lg cursor-pointer dark:text-slate-300 bg-slate-50 focus:outline-none dark:bg-slate-700 dark:border-slate-600 dark:placeholder-slate-400"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<div class="col-span-1 bg-red-300 rounded"></div>
|
||||
<div class="col-span-5">Your communication partner</div>
|
||||
|
||||
<div class="col-span-1 rounded border"></div>
|
||||
<div class="col-span-5">No communication on this day</div>
|
||||
<div class="col-span-1 rounded border dark:bg-slate-600"></div>
|
||||
<div class="col-span-5 ">No communication on this day</div>
|
||||
</div>
|
||||
|
||||
<div class="calendar-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user