diff --git a/src/svelte/properties-filter-app/components/group-edit-view.svelte b/src/svelte/properties-filter-app/components/group-edit-view.svelte index 77cbdf1..8f27a4e 100644 --- a/src/svelte/properties-filter-app/components/group-edit-view.svelte +++ b/src/svelte/properties-filter-app/components/group-edit-view.svelte @@ -32,7 +32,7 @@ on:change={handleGroupNameChange} /> - +
{#if selectedGroup.filters.length > 0} export let direction: "horizontal" | "vertical" = "horizontal"; + export let borderWidth: string = "var(--hr-thickness)"; $: className = `vault-explorer-divider vault-explorer-divider--${direction}`; -
+