From 83b738ee02268c72776878ed408af87c85932932 Mon Sep 17 00:00:00 2001 From: Artur Zabeyvorota Date: Sat, 4 Jan 2020 21:26:16 +0100 Subject: [PATCH] [#9700] toolbar-title-container minor css fix Signed-off-by: yenda --- src/status_im/ui/components/toolbar/styles.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/ui/components/toolbar/styles.cljs b/src/status_im/ui/components/toolbar/styles.cljs index d8305d1159..8879f01b6a 100644 --- a/src/status_im/ui/components/toolbar/styles.cljs +++ b/src/status_im/ui/components/toolbar/styles.cljs @@ -13,8 +13,7 @@ (def toolbar-title-container {:justify-content :center :align-items :center - :flex-direction :column - :margin-left 6}) + :flex-direction :column}) (def toolbar-title-text {:typography :title-bold