chore: use react-icons instead of lucide-react

This commit is contained in:
Steven
2023-03-17 07:56:17 +08:00
parent 1274d974d2
commit 5c341f1610
5 changed files with 24 additions and 16 deletions

View File

@ -66,7 +66,7 @@ const MessageTextarea = () => {
onChange={handleChange}
/>
<div className="absolute bottom-2 right-2 w-8 p-1 cursor-pointer rounded-md hover:shadow hover:bg-gray-100" onClick={handleSend}>
<Icon.Send className="w-full h-auto text-blue-800" />
<Icon.Io.IoMdSend className="w-full h-auto text-blue-800" />
</div>
</div>
);