From eb9bfedf87ef4c10cf1622707342d7ed93b2396c Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Thu, 3 Oct 2024 21:03:53 -0700 Subject: [PATCH] feat(styling): give composer bg color (#948) --- packages/react/src/styles/tailwindcss/thread.css | 2 +- packages/shadcn-registry/registry/assistant-ui/full/thread.tsx | 2 +- packages/shadcn-registry/registry/assistant-ui/thread.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react/src/styles/tailwindcss/thread.css b/packages/react/src/styles/tailwindcss/thread.css index 6cc650343a..269a854127 100644 --- a/packages/react/src/styles/tailwindcss/thread.css +++ b/packages/react/src/styles/tailwindcss/thread.css @@ -55,7 +55,7 @@ /* thread composer */ .aui-composer-root { - @apply focus-within:border-aui-ring/20 flex w-full flex-wrap items-end rounded-lg border px-2.5 shadow-sm transition-colors ease-in; + @apply focus-within:border-aui-ring/20 flex w-full flex-wrap items-end rounded-lg border bg-inherit px-2.5 shadow-sm transition-colors ease-in; } .aui-composer-input { diff --git a/packages/shadcn-registry/registry/assistant-ui/full/thread.tsx b/packages/shadcn-registry/registry/assistant-ui/full/thread.tsx index b75e02cccb..87714d6d89 100644 --- a/packages/shadcn-registry/registry/assistant-ui/full/thread.tsx +++ b/packages/shadcn-registry/registry/assistant-ui/full/thread.tsx @@ -82,7 +82,7 @@ const MyThreadWelcome: FC = () => { const MyComposer: FC = () => { return ( - + { const MyComposer: FC = () => { return ( - +