🐛 Closed #194
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
<input
|
<input
|
||||||
class="rounded-lg p-1"
|
class="rounded-lg p-1 border-black border"
|
||||||
type="color"
|
type="color"
|
||||||
bind:value={answer.color}
|
bind:value={answer.color}
|
||||||
on:contextmenu|preventDefault={() => {
|
on:contextmenu|preventDefault={() => {
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
placeholder="Empty..."
|
placeholder="Empty..."
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
class="rounded-lg p-1"
|
class="rounded-lg p-1 border-black border"
|
||||||
type="color"
|
type="color"
|
||||||
bind:value={answer.color}
|
bind:value={answer.color}
|
||||||
on:contextmenu|preventDefault={() => {
|
on:contextmenu|preventDefault={() => {
|
||||||
|
|||||||
@@ -167,7 +167,7 @@
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="color"
|
type="color"
|
||||||
class="rounded-lg p-1 min-h-full hover:cursor-pointer"
|
class="rounded-lg p-1 min-h-full hover:cursor-pointer border-black border"
|
||||||
bind:value={data.background_color}
|
bind:value={data.background_color}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user