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))