🐛 Gave input proper styling
This commit is contained in:
@@ -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..."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user