We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a327e58 commit 1dbb235Copy full SHA for 1dbb235
app/components/assistant-ui/thread.tsx
@@ -288,7 +288,7 @@ const Composer: FC<ComposerProps> = ({
288
}, [onClearError, onOpenChange]);
289
290
return (
291
- <div className="aui-composer-wrapper sticky bottom-0 mx-auto flex w-full max-w-[var(--thread-max-width)] flex-col gap-4 overflow-visible rounded-t-3xl pb-4 md:pb-6">
+ <div className="aui-composer-wrapper sticky bottom-0 mx-auto flex w-full max-w-[var(--thread-max-width)] flex-col gap-4 overflow-visible rounded-t-3xl bg-white pb-4 md:pb-6">
292
<ThreadScrollToBottom />
293
<ThreadPrimitive.Empty>
294
<ThreadWelcomeSuggestions />
0 commit comments