🐛 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}
</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={() => {
+1 -1
View File
@@ -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>