Skip to content

Commit 1a795f6

Browse files
committed
chat: make the send button blue
1 parent 4fdbb08 commit 1a795f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/src/components/MessageInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default function MessageInput({
228228
<button
229229
type="submit"
230230
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"
231+
className="bg-blue-500 text-white px-4 rounded-r-lg font-medium disabled:opacity-50 disabled:cursor-not-allowed"
232232
>
233233
Send
234234
</button>

0 commit comments

Comments
 (0)