Update the Stop Generating button style (#79)

This commit is contained in:
Xiangxuan Liu
2023-03-23 01:38:48 +08:00
committed by GitHub
parent 6c1ed37323
commit cccf753743
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export const Chat: FC<Props> = ({ conversation, models, messageIsStreaming, mode
{loading && <ChatLoader />}
<div
className="bg-white dark:bg-[#343541] h-[113px] sm:h-[162px]"
className="bg-white dark:bg-[#343541] h-[162px]"
ref={messagesEndRef}
/>
</>