chore: delete code light theme, like chatgpt (#186)

This commit is contained in:
Danil Shishkevich
2023-03-26 15:25:58 +07:00
committed by GitHub
parent 675da9431d
commit 0f07812cc5
4 changed files with 9 additions and 20 deletions
-1
View File
@@ -582,7 +582,6 @@ const Home: React.FC<HomeProps> = ({ serverSideApiKeyIsSet }) => {
messageError={messageError}
models={models}
loading={loading}
lightMode={lightMode}
onSend={handleSend}
onUpdateConversation={handleUpdateConversation}
onEditMessage={handleEditMessage}