fix chat view margin (#13588)

This commit is contained in:
Parvesh Monu 2022-06-29 00:45:23 +05:30 committed by GitHub
parent 1047c26f69
commit 7c3980a04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
:border-top-right-radius (if contact-request 8 16)
:border-bottom-right-radius (if contact-request 8 4)
:border-bottom-left-radius (if contact-request 8 16)
:margin-horizontal (when contact-request 8)})
:margin-horizontal 8})
(def input-row
{:flex-direction :row