style(chat): distinguish empty send button state
This commit is contained in:
@@ -60,6 +60,7 @@ export function ChatInputBar({ disabled = false }: ChatInputBarProps) {
|
||||
/>
|
||||
<ChatSendButton
|
||||
disabled={disabled}
|
||||
hasContent={hasContent}
|
||||
onClick={handleSend}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user