Skip to content

Commit

Permalink
Faqbot send button color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
e19166 authored Jun 13, 2024
1 parent a854704 commit ff2eeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/components/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Chatbot: React.FC = () => {
onKeyPress={handleKeyPress}
placeholder="Type a message..."
/>
<Button onClick={sendMessage} colorScheme="teal">
<Button onClick={sendMessage} bgGradient="linear(to-r, #0F435F, #427F9F)">
Send
</Button>
</VStack>
Expand Down

0 comments on commit ff2eeea

Please sign in to comment.