fix(ai-chat): size the chat/inputs toggle with a size ToggleButton accepts

`xs` is not one of them, and only the full `npm run check` type-checks a
component's props — `check:fast` passed on it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QN7VboDEm9HAB1t4sMxMdE
This commit is contained in:
Guilhem Lemouel
2026-09-09 20:06:45 +02:00
co-authored by Claude Opus 5
parent 88ddca32cf
commit c9924f19aa
@@ -738,9 +738,9 @@
{#if flowStore.val.value?.chat_input_enabled}
<ToggleButtonGroup bind:selected={chatPanelTab} noWFull>
{#snippet children({ item })}
<ToggleButton size="xs" value="chat" label="Chat" icon={MessageCircle} {item} />
<ToggleButton size="sm" value="chat" label="Chat" icon={MessageCircle} {item} />
<ToggleButton
size="xs"
size="sm"
value="inputs"
label="Inputs"
icon={Settings2}