From 79c149af7d35372b76d6f0dc32f6ee078d27d860 Mon Sep 17 00:00:00 2001 From: yenda Date: Mon, 19 Nov 2018 15:37:02 +0100 Subject: [PATCH] [fix] usernames in bold on Linux Signed-off-by: yenda --- src/status_im/ui/screens/desktop/main/chat/styles.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/desktop/main/chat/styles.cljs b/src/status_im/ui/screens/desktop/main/chat/styles.cljs index e5ee693149..9d03c327a7 100644 --- a/src/status_im/ui/screens/desktop/main/chat/styles.cljs +++ b/src/status_im/ui/screens/desktop/main/chat/styles.cljs @@ -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))