removed shrink

This commit is contained in:
utin-francis-peter
2024-07-16 22:04:26 +01:00
parent b4bfed2ccb
commit 8279df48bf

View File

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