fix: match Flow Assist chat input to AI Assistant styling + strengthen one-question prompt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,14 +46,15 @@ export function ChatInput({ onSend, disabled, placeholder = 'Type a message...'
|
||||
onInput={handleInput}
|
||||
placeholder={placeholder}
|
||||
disabled={disabled}
|
||||
rows={1}
|
||||
rows={3}
|
||||
className={cn(
|
||||
'flex-1 resize-none rounded-lg border border-border bg-background px-3 py-2',
|
||||
'flex-1 resize-none rounded-xl border bg-card px-4 py-3',
|
||||
'text-sm text-foreground placeholder:text-muted-foreground',
|
||||
'focus:border-primary focus:ring-1 focus:ring-primary/20 focus:outline-none',
|
||||
'disabled:opacity-50 disabled:cursor-not-allowed',
|
||||
'max-h-40'
|
||||
)}
|
||||
style={{ borderColor: 'var(--glass-border)' }}
|
||||
/>
|
||||
<button
|
||||
onClick={handleSend}
|
||||
|
||||
Reference in New Issue
Block a user