[#4588] Workaround ellipsis issue on public key in the login screen.

In the latest RN update it seems like `ellipsizeMode: middle` doesn't
play well with negative letter spacing anymore. This workaround remove negative letter spacing.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Igor Mandrigin 2018-06-05 12:02:37 +03:00
parent 5b3aeccd8f
commit 7132e3e423
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@
:letter-spacing -0.2
:color common/color-black})
(def account-badge-pub-key-text
(defstyle account-badge-pub-key-text
{:font-size 14
:letter-spacing -0.2
:ios {:letter-spacing -0.2}
:color colors/gray
:margin-top 4})