Skip to content

Commit 4025e55

Browse files
authored
Merge pull request #1028 from utin-francis-peter/fix/issue#1023
Fix: adjusted alignment of submit query icon within its container
2 parents d86a06f + e1e63eb commit 4025e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/conversation/Conversation.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ export default function Conversation() {
288288
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent"
289289
></img>
290290
) : (
291-
<div className="mx-1 cursor-pointer rounded-full p-4 text-center hover:bg-gray-3000">
291+
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
292292
<img
293-
className="w-6 text-white "
293+
className="ml-[4px] h-6 w-6 text-white "
294294
onClick={handleQuestionSubmission}
295295
src={isDarkTheme ? SendDark : Send}
296296
></img>

0 commit comments

Comments
 (0)