fix(frontend): fix label event issues (#2574)

This commit is contained in:
Faton Ramadani
2023-11-06 18:57:53 +01:00
committed by GitHub
parent d3dbb18815
commit 8935d2272f
+2 -2
View File
@@ -2,7 +2,7 @@
export let label: string | undefined = undefined
</script>
<label>
<div>
<div class="flex flex-row justify-between items-center w-full">
<div class="flex flex-row items-center gap-1">
<span class="text-secondary text-sm leading-6">{label}</span>
@@ -12,4 +12,4 @@
<slot name="action" />
</div>
<slot />
</label>
</div>