Skip to content

Commit a68d252

Browse files
ivicackresimir-coko
authored andcommitted
0 - client - assistant-ui - Remove redundant bg-background class from thread and composer components
1 parent 832e7eb commit a68d252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/assistant-ui/thread.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const Thread: FC = () => {
4040
<LazyMotion features={domAnimation}>
4141
<MotionConfig reducedMotion="user">
4242
<ThreadPrimitive.Root
43-
className="aui-root aui-thread-root @container flex h-full flex-col bg-background"
43+
className="aui-root aui-thread-root @container flex h-full flex-col"
4444
style={{
4545
["--thread-max-width" as string]: "44rem",
4646
}}
@@ -172,7 +172,7 @@ const ThreadSuggestions: FC = () => {
172172

173173
const Composer: FC = () => {
174174
return (
175-
<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-background pb-4 md:pb-6">
175+
<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">
176176
<ThreadScrollToBottom />
177177
<ComposerPrimitive.Root className="aui-composer-root relative flex w-full flex-col rounded-3xl border border-border bg-muted px-1 pt-2 shadow-[0_9px_9px_0px_rgba(0,0,0,0.01),0_2px_5px_0px_rgba(0,0,0,0.06)] dark:border-muted-foreground/15">
178178
<ComposerAttachments />

0 commit comments

Comments
 (0)