From e2556d9f40520f350748ba24bd994b13a788e244 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 1 May 2024 21:49:10 +0100 Subject: [Clipclops] Replace 🐴 with real icon (#3802) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * replace 🐴 with paper plane icon * replace envelope with plus --- src/screens/Messages/Conversation/MessageInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/Messages/Conversation/MessageInput.tsx') diff --git a/src/screens/Messages/Conversation/MessageInput.tsx b/src/screens/Messages/Conversation/MessageInput.tsx index f92773621..3848bcab3 100644 --- a/src/screens/Messages/Conversation/MessageInput.tsx +++ b/src/screens/Messages/Conversation/MessageInput.tsx @@ -13,7 +13,7 @@ import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import {atoms as a, useTheme} from '#/alf' -import {Text} from '#/components/Typography' +import {PaperPlane_Stroke2_Corner0_Rounded as PaperPlane} from '#/components/icons/PaperPlane' export function MessageInput({ onSendMessage, @@ -96,7 +96,7 @@ export function MessageInput({ {height: 30, width: 30, backgroundColor: t.palette.primary_500}, ]} onPress={onSubmit}> - 🐴 + ) -- cgit 1.4.1