From 810f0dff37810c9a4d26c3bda8c8181a6faf3e49 Mon Sep 17 00:00:00 2001 From: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:37:29 -0400 Subject: [PATCH] [PAY-1487] Increase hit slop of mobile dms send button (#3618) --- packages/mobile/src/screens/chat-screen/ChatTextInput.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mobile/src/screens/chat-screen/ChatTextInput.tsx b/packages/mobile/src/screens/chat-screen/ChatTextInput.tsx index 0cd8f454e74..2e8e407a1e1 100644 --- a/packages/mobile/src/screens/chat-screen/ChatTextInput.tsx +++ b/packages/mobile/src/screens/chat-screen/ChatTextInput.tsx @@ -21,7 +21,7 @@ const messages = { const useStyles = makeStyles(({ spacing, palette, typography }) => ({ composeTextContainer: { display: 'flex', - alignItems: 'flex-end', + alignItems: 'center', backgroundColor: palette.neutralLight10, paddingLeft: spacing(4), paddingVertical: spacing(1), @@ -75,6 +75,7 @@ export const ChatTextInput = ({ const renderIcon = () => ( [ styles.iconCircle, {