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