Skip to content

Commit 8a43f4d

Browse files
authored
Merge pull request #75 from Ontos-AI/fix/wangbinqi/chat-composer-dark-mode-text
fix: use theme-aware text and border colors in chat composer
2 parents eb580b4 + 4be0a84 commit 8a43f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/chat-composer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function ChatComposer({
6868
<Textarea
6969
id={chatComposerId}
7070
name={chatComposerId}
71-
className="h-[84px] w-full min-w-0 resize-none rounded-2xl border-slate-300 bg-muted/60 p-3 text-sm transition-all placeholder:text-muted-foreground hover:border-slate-400 focus-visible:border-primary focus-visible:ring-0 sm:p-3.5"
71+
className="h-[84px] w-full min-w-0 resize-none rounded-2xl border-input bg-muted/60 p-3 text-sm text-foreground transition-all placeholder:text-muted-foreground hover:border-primary/50 focus-visible:border-primary focus-visible:ring-0 sm:p-3.5"
7272
placeholder={
7373
isDisabled
7474
? "Upload a document to start asking questions."

0 commit comments

Comments
 (0)