We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4c50c commit 9c4f800Copy full SHA for 9c4f800
components/chat/input.js
@@ -15,7 +15,7 @@ import autosize from "autosize";
15
import { BeatLoader } from "react-spinners";
16
17
export default function ChatInput({ isLoading, onSubmit, ...properties }) {
18
- const backgroundColor = useColorModeValue("gray.100", "gray.600");
+ const backgroundColor = useColorModeValue("gray.100", "gray.700");
19
const backgroundGradient = useColorModeValue(
20
"linear(to-t, white, transparent)",
21
"linear(to-t, gray.800, transparent)"
0 commit comments