Skip to content

Commit

Permalink
Merge pull request #1028 from utin-francis-peter/fix/issue#1023
Browse files Browse the repository at this point in the history
Fix: adjusted alignment of submit query icon within its container
  • Loading branch information
dartpain authored Jul 16, 2024
2 parents d86a06f + e1e63eb commit 4025e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ export default function Conversation() {
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent"
></img>
) : (
<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">
<img
className="w-6 text-white "
className="ml-[4px] h-6 w-6 text-white "
onClick={handleQuestionSubmission}
src={isDarkTheme ? SendDark : Send}
></img>
Expand Down

0 comments on commit 4025e55

Please sign in to comment.