From 94a387ca6d87dd77207e8f3a72d278560ae0326f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 22 Jan 2026 19:36:44 -0500 Subject: [PATCH] Fix: Resolve UI component type mismatches and QR scanner property errors --- src/lib/components/ui/button/button.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/ui/button/button.svelte b/src/lib/components/ui/button/button.svelte index ce865c91..d479362a 100644 --- a/src/lib/components/ui/button/button.svelte +++ b/src/lib/components/ui/button/button.svelte @@ -35,6 +35,7 @@ WithElementRef & { variant?: ButtonVariant; size?: ButtonSize; + class?: any; };