From 9484a01196855694291104498438c172211b9891 Mon Sep 17 00:00:00 2001 From: Foo Pang Date: Tue, 20 Mar 2018 09:01:07 +0800 Subject: [PATCH] [Fix #3588] "There are no messages in this chat yet" is left-aligned instead of centred as in design Signed-off-by: Julien Eluard --- src/status_im/chat/styles/screen.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/chat/styles/screen.cljs b/src/status_im/chat/styles/screen.cljs index 05a2fa0834..fd9d9f954e 100644 --- a/src/status_im/chat/styles/screen.cljs +++ b/src/status_im/chat/styles/screen.cljs @@ -222,4 +222,5 @@ {:color colors/gray :font-size 14 :line-height 20 - :letter-spacing -0.2}) \ No newline at end of file + :letter-spacing -0.2 + :text-align :center})