Merge pull request #1028 from utin-francis-peter/fix/issue#1023

Fix: adjusted alignment of submit query icon within its container
This commit is contained in:
Alex
2024-07-17 00:25:42 +01:00
committed by GitHub

View File

@@ -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>