diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-17 20:17:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-17 14:17:59 -0500 |
commit | 115041f4bfa537579deb4b8aa92ddb200de4d48e (patch) | |
tree | 8cb23309931693316654e39dfed9b80c23f6dc7d /src/screens/Messages/Conversation/MessageInput.tsx | |
parent | 5e312d5f3a7796b38d31836461e07bfae7f36129 (diff) | |
download | voidsky-115041f4bfa537579deb4b8aa92ddb200de4d48e.tar.zst |
[🐴] Reduce header size (#4078)
* make text input container smaller * make header much smaller * improve web styling
Diffstat (limited to 'src/screens/Messages/Conversation/MessageInput.tsx')
-rw-r--r-- | src/screens/Messages/Conversation/MessageInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Messages/Conversation/MessageInput.tsx b/src/screens/Messages/Conversation/MessageInput.tsx index a6ec125b7..48c3aeb37 100644 --- a/src/screens/Messages/Conversation/MessageInput.tsx +++ b/src/screens/Messages/Conversation/MessageInput.tsx @@ -82,7 +82,7 @@ export function MessageInput({ ) return ( - <View style={a.p_md}> + <View style={[a.px_md, a.py_sm]}> <View style={[ a.w_full, |