🐛 Fixed wrong color in light mode

This commit is contained in:
Mawoka
2023-06-15 18:46:37 +02:00
parent 2076e7cffb
commit b4c6f7f0ac
2 changed files with 4 additions and 4 deletions
@@ -30,7 +30,7 @@
class:opacity-50={selected_answer !== undefined && !answer.correct}
class:text-2xl={selected_answer === i}
>
<span class="m-auto">{answer.answer}</span>
<span class="m-auto text-white">{answer.answer}</span>
</button>
{/each}
</div>