Skip to content

Commit 183d1fd

Browse files
committed
feat: added voult button
1 parent 22cb13a commit 183d1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/control-panel/src/routes/example/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { HugeiconsIcon } from '@hugeicons/svelte';
77
import { PauseFreeIcons, PlayFreeIcons } from '@hugeicons/core-free-icons';
88
import {ButtonAction} from '$lib/ui';
9-
import { Button, Modal } from 'flowbite-svelte';
9+
import { Modal } from 'flowbite-svelte';
1010
1111
1212
let SvelteFlowComponent: typeof import('@xyflow/svelte').SvelteFlow | null = $state(null);
@@ -177,7 +177,7 @@
177177
<li class="flex items-center gap-4 px-4 py-1 mb-2 rounded-2xl bg-gray hover:bg-gray-200">
178178
<input id={vault.id} type="checkbox" value={vault.id} bind:group={selectedVaults}>
179179

180-
<label for={vault.id} class="cursor-pointer">
180+
<label for={vault.id} class="cursor-pointer inline-block w-full">
181181
<p>{vault.name}</p>
182182
<p class="small">{vault.sublabel}</p>
183183
</label>

0 commit comments

Comments
 (0)