♻️ refactored code
This commit is contained in:
parent
4cd2ed9a8a
commit
9bc69f9c58
9 changed files with 73 additions and 69 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue