style(chat): distinguish empty send button state

This commit is contained in:
2026-07-01 12:51:51 +08:00
parent eccb6d3074
commit abc0faf197
3 changed files with 12 additions and 1 deletions
@@ -60,6 +60,7 @@ export function ChatInputBar({ disabled = false }: ChatInputBarProps) {
/>
<ChatSendButton
disabled={disabled}
hasContent={hasContent}
onClick={handleSend}
/>
</div>