🐛 Closed #194

This commit is contained in:
Mawoka
2022-12-28 12:07:18 +01:00
parent 43ed361f76
commit e31df1274b
3 changed files with 3 additions and 3 deletions
@@ -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={() => {
+1 -1
View File
@@ -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>