🐛 Fixed white text on white bg in new dashboard
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user