♻️ refactored code

This commit is contained in:
haraldnilsen 2023-12-14 19:31:08 +01:00
parent 4cd2ed9a8a
commit 9bc69f9c58
9 changed files with 73 additions and 69 deletions

View file

@ -4,7 +4,7 @@
<div class="flex justify-between w-full">
{#each options as data, index (data)}
<div class="flex flex-col justify-start items-center w-12 text-center">
<div class="flex flex-col justify-start items-center w-12 text-center">
<button name={data} class="h-6 w-6 rounded-full border-2 border-primary hover:bg-primary"></button>
<label class="text-primary text-sm mt-1" for={data}>{data}</label>
</div>