We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdbb08 commit 1a795f6Copy full SHA for 1a795f6
chat/src/components/MessageInput.tsx
@@ -228,7 +228,7 @@ export default function MessageInput({
228
<button
229
type="submit"
230
disabled={disabled || !message.trim()}
231
- className="bg-green-500 text-white px-4 rounded-r-lg font-medium disabled:opacity-50 disabled:cursor-not-allowed"
+ className="bg-blue-500 text-white px-4 rounded-r-lg font-medium disabled:opacity-50 disabled:cursor-not-allowed"
232
>
233
Send
234
</button>
0 commit comments