Pass missing style prop

This commit is contained in:
Imad Saddik 2026-01-03 09:39:45 +01:00
parent 22731da153
commit 6487840b0a
2 changed files with 2 additions and 0 deletions

View File

@ -358,6 +358,7 @@
.class} overflow-hidden rounded-3xl backdrop-blur-md {disabled
? 'cursor-not-allowed opacity-60'
: ''} {className}"
style={chatWidthClasses().style}
data-slot="chat-form"
>
<ChatAttachmentsList

View File

@ -235,6 +235,7 @@
<ChatMessageUser
bind:textareaElement
class={className}
{style}
{deletionInfo}
{editedContent}
{editedExtras}