[fix] usernames in bold on Linux
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
b792ab5cf3
commit
79c149af7d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue