From bff055f618397eb5853d2dd959769821f39f9aa2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 2 May 2024 17:08:41 +0100 Subject: [Clipclop] Input polish (#3819) * tweak input styles + add min-shell mode * android tweaks + hitslop --- src/screens/Messages/Conversation/MessageInput.tsx | 80 ++++++++++++---------- 1 file changed, 43 insertions(+), 37 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 3848bcab3..d477a20c1 100644 --- a/src/screens/Messages/Conversation/MessageInput.tsx +++ b/src/screens/Messages/Conversation/MessageInput.tsx @@ -12,6 +12,7 @@ import {useSafeAreaInsets} from 'react-native-safe-area-context' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' +import {HITSLOP_10} from '#/lib/constants' import {atoms as a, useTheme} from '#/alf' import {PaperPlane_Stroke2_Corner0_Rounded as PaperPlane} from '#/components/icons/PaperPlane' @@ -60,44 +61,49 @@ export function MessageInput({ ) return ( - - - + - - + a.w_full, + a.flex_row, + a.py_sm, + a.px_sm, + a.pl_md, + t.atoms.bg_contrast_25, + {borderRadius: 23}, + ]}> + + + + + ) } -- cgit 1.4.1