Skip to content

Commit

Permalink
Change chatbot input color (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp authored Apr 12, 2023
1 parent 4f4c50c commit 9c4f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import autosize from "autosize";
import { BeatLoader } from "react-spinners";

export default function ChatInput({ isLoading, onSubmit, ...properties }) {
const backgroundColor = useColorModeValue("gray.100", "gray.600");
const backgroundColor = useColorModeValue("gray.100", "gray.700");
const backgroundGradient = useColorModeValue(
"linear(to-t, white, transparent)",
"linear(to-t, gray.800, transparent)"
Expand Down

1 comment on commit 9c4f800

@vercel
Copy link

@vercel vercel bot commented on 9c4f800 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchain-ui – ./

langchain-ui-git-main-homanp.vercel.app
langchain-ui-homanp.vercel.app
langchain-ui.vercel.app

Please sign in to comment.