[16082] Adjust height between messages to match designs (#16170)

This commit is contained in:
Ibrahem Khalil 2023-06-09 10:11:19 +03:00 committed by GitHub
parent 51ccd9fdcb
commit a5f1028e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
(js/setTimeout #(reset! show-delivery-state? false)
delivery-state-showing-time-ms))))
:on-long-press #(on-long-press message-data context keyboard-shown?)}
[rn/view {:style {:padding-vertical 8}}
[rn/view {:style {:padding-vertical 4}}
(when (and (seq response-to) quoted-message)
[reply/quoted-message quoted-message])
[rn/view