We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb580b4 + 4be0a84 commit 8a43f4dCopy full SHA for 8a43f4d
1 file changed
src/components/chat-composer.tsx
@@ -68,7 +68,7 @@ export function ChatComposer({
68
<Textarea
69
id={chatComposerId}
70
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"
+ 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"
72
placeholder={
73
isDisabled
74
? "Upload a document to start asking questions."
0 commit comments