Skip to content

Commit 9c4f800

Browse files
authored
Change chatbot input color (#78)
1 parent 4f4c50c commit 9c4f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chat/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import autosize from "autosize";
1515
import { BeatLoader } from "react-spinners";
1616

1717
export default function ChatInput({ isLoading, onSubmit, ...properties }) {
18-
const backgroundColor = useColorModeValue("gray.100", "gray.600");
18+
const backgroundColor = useColorModeValue("gray.100", "gray.700");
1919
const backgroundGradient = useColorModeValue(
2020
"linear(to-t, white, transparent)",
2121
"linear(to-t, gray.800, transparent)"

0 commit comments

Comments
 (0)