🐛 Gave input proper styling

This commit is contained in:
Mawoka
2022-12-31 14:09:34 +01:00
parent 423c45c641
commit 629822b2df
@@ -78,7 +78,7 @@
<input <input
bind:value={answer.answer} bind:value={answer.answer}
type="text" type="text"
class="border-b-2 border-dotted w-5/6 text-center rounded-lg" class="border-b-2 border-dotted w-5/6 text-center rounded-lg bg-transparent"
style="background-color: {answer.color ?? 'transparent'}" style="background-color: {answer.color ?? 'transparent'}"
placeholder="Empty..." placeholder="Empty..."
/> />