1
0
forked from noxious/client

Slightly adjusted styling radio hair color buttons

This commit is contained in:
Colin Kallemein 2024-11-27 20:39:09 +01:00
parent 6988565484
commit 606e220a9f

View File

@ -88,7 +88,7 @@
<span class="text-sm">Hair color</span>
<div class="flex gap-2 flex-wrap">
<!-- TODO: replace with hair colors -->
<input type="radio" name="hair-color" v-for="n in 10" class="bg-white w-6 h-6 m-0 rounded-sm hover:cursor-pointer" />
<input type="radio" name="hair-color" v-for="n in 10" class="bg-red w-6 h-6 m-0 rounded-sm hover:cursor-pointer checked:outline checked:outline-1 checked:outline-white" />
</div>
</div>
</div>