fix defnstyle usage

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
Eric Dvorsak 2018-05-10 16:47:00 +02:00
parent 68bb21c598
commit cdb95616ac
No known key found for this signature in database
GPG Key ID: 932AC1CE5F05DE0C
1 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,7 @@
(merge style-message-text (merge style-message-text
{:margin-top (if incoming-group 4 0)})) {:margin-top (if incoming-group 4 0)}))
(defn emoji-message (defnstyle emoji-message
[{:keys [incoming-group]}] [{:keys [incoming-group]}]
{:font-size 40 {:font-size 40
:color styles/text1-color :color styles/text1-color
@ -302,4 +302,3 @@
:letter-spacing -0.2 :letter-spacing -0.2
:padding-bottom 4 :padding-bottom 4
:color colors/gray}) :color colors/gray})