🐛 Fixed white text on white bg in new dashboard

This commit is contained in:
Mawoka
2022-08-18 21:45:12 +02:00
parent daead80d14
commit 61ba19c36b
+1 -1
View File
@@ -132,7 +132,7 @@
<div> <div>
<input <input
bind:value={search_term} bind:value={search_term}
class="p-2 rounded-lg outline-none text-center w-96" class="p-2 rounded-lg outline-none text-center w-96 dark:bg-gray-700"
placeholder="Search for your own quizzes" placeholder="Search for your own quizzes"
/> />
<button <button