mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
removed shrink
This commit is contained in:
@@ -259,7 +259,7 @@ export default function Conversation() {
|
|||||||
) : (
|
) : (
|
||||||
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
|
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
|
||||||
<img
|
<img
|
||||||
className="ml-[4px] h-6 w-6 flex-shrink-0 text-white "
|
className="ml-[4px] h-6 w-6 text-white "
|
||||||
onClick={handleQuestionSubmission}
|
onClick={handleQuestionSubmission}
|
||||||
src={isDarkTheme ? SendDark : Send}
|
src={isDarkTheme ? SendDark : Send}
|
||||||
></img>
|
></img>
|
||||||
|
|||||||
Reference in New Issue
Block a user