🐛 Fixed wrong color in button in player screen

This commit is contained in:
Mawoka
2023-02-15 19:32:49 +01:00
parent 65e08a27ac
commit cd6664a472
+1 -1
View File
@@ -177,7 +177,7 @@
{#each question.answers as answer, i}
<button
class="rounded-lg h-full flex align-middle justify-center disabled:opacity-60 p-3"
style="background-color: {answer.color ?? '#B45309'}"
style="background-color: {answer.color ?? '#B07156'}"
disabled={selected_answer !== undefined}
on:click={() => selectAnswer(answer.answer)}
>