diff --git a/components/custom/Badge/Badge.svelte b/components/custom/Badge/Badge.svelte index 901ed7a1..f116262b 100644 --- a/components/custom/Badge/Badge.svelte +++ b/components/custom/Badge/Badge.svelte @@ -32,7 +32,7 @@ span { diff --git a/components/custom/DateInput/DateInput.svelte b/components/custom/DateInput/DateInput.svelte index 86ffe9f8..746413ce 100644 --- a/components/custom/DateInput/DateInput.svelte +++ b/components/custom/DateInput/DateInput.svelte @@ -107,7 +107,7 @@ const focus = (node) => autofocus && node.focus() } -