Skip to content

Commit

Permalink
remove a little bit of that padding at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 18, 2024
1 parent 2c77305 commit 621cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Messages/Conversation/MessageInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function MessageInput({
)

return (
<View style={[a.px_md, a.py_sm]}>
<View style={[a.px_md, a.pb_sm, a.pt_xs]}>
<View
style={[
a.w_full,
Expand Down

0 comments on commit 621cc49

Please sign in to comment.