We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d86a06f + e1e63eb commit 4025e55Copy full SHA for 4025e55
frontend/src/conversation/Conversation.tsx
@@ -288,9 +288,9 @@ export default function Conversation() {
288
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent"
289
></img>
290
) : (
291
- <div className="mx-1 cursor-pointer rounded-full p-4 text-center hover:bg-gray-3000">
+ <div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
292
<img
293
- className="w-6 text-white "
+ className="ml-[4px] h-6 w-6 text-white "
294
onClick={handleQuestionSubmission}
295
src={isDarkTheme ? SendDark : Send}
296
0 commit comments