From 1d8053de88394155b296b546bfc9364cb91361f4 Mon Sep 17 00:00:00 2001 From: Taehee Yoon Date: Sun, 19 Nov 2023 14:34:36 +0300 Subject: [PATCH] fix : remove light theme --- src/components/Chat.tsx | 22 +++++++++++----------- src/components/Message.tsx | 16 +++++----------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index 7970e50..4f948ea 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -113,7 +113,7 @@ const Chat = (props: any) => {
-
+
{!showEmptyChat && conversation.length > 0 ? (
-
+
Model: {selectedModel.name}
{conversation.map((message, index) => ( @@ -145,7 +145,7 @@ const Chat = (props: any) => {
-

+

ChatSwap

) : null} -
+
-
+
{errorMessage ? ( @@ -191,7 +191,7 @@ const Chat = (props: any) => {
) : null} -
+