From cdb95616aca126fdd33773cbe427cd5f8243c7b4 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Thu, 10 May 2018 16:47:00 +0200 Subject: [PATCH] fix defnstyle usage Signed-off-by: Eric Dvorsak --- src/status_im/chat/styles/message/message.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/chat/styles/message/message.cljs b/src/status_im/chat/styles/message/message.cljs index d5fd148314..b5a1042dda 100644 --- a/src/status_im/chat/styles/message/message.cljs +++ b/src/status_im/chat/styles/message/message.cljs @@ -125,7 +125,7 @@ (merge style-message-text {:margin-top (if incoming-group 4 0)})) -(defn emoji-message +(defnstyle emoji-message [{:keys [incoming-group]}] {:font-size 40 :color styles/text1-color @@ -302,4 +302,3 @@ :letter-spacing -0.2 :padding-bottom 4 :color colors/gray}) -