[fix] usernames in bold on Linux

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2018-11-19 15:37:02 +01:00
parent b792ab5cf3
commit 79c149af7d
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
(def author
{:color colors/black
:font-size 14})
:font-size 14
:font-weight :bold})
(defn chat-box [height]
{:height (+ height (* 2 chat-vertical-padding))