mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: increase ChatInput padding to match happy-app spacing
This commit is contained in:
@@ -544,7 +544,7 @@ export const ChatInput = memo(forwardRef<ChatInputHandle, ChatInputProps>(functi
|
||||
{/* Unified panel */}
|
||||
<div className="overflow-hidden rounded-[20px] bg-[var(--app-secondary-bg)]">
|
||||
{/* Input area */}
|
||||
<div className="flex items-center px-3 py-2">
|
||||
<div className="flex items-center px-4 py-3">
|
||||
<TextareaAutosize
|
||||
ref={textareaRef}
|
||||
value={text}
|
||||
|
||||
Reference in New Issue
Block a user