From 79c4ea053f922ca5a29de4bcf04f55e5a0ebd1c1 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 22 Mar 2023 11:45:18 -0600 Subject: [PATCH] fix light mode --- components/Chat/ChatInput.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 78bffd3..a01e6db 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -1,5 +1,5 @@ import { Message, OpenAIModel, OpenAIModelID } from "@/types"; -import { IconSend, IconPlayerStop } from "@tabler/icons-react"; +import { IconPlayerStop, IconSend } from "@tabler/icons-react"; import { FC, KeyboardEvent, MutableRefObject, useEffect, useRef, useState } from "react"; interface Props { @@ -79,11 +79,15 @@ export const ChatInput: FC = ({ onSend, messageIsStreaming, model, stopCo
{messageIsStreaming && ( - )}