From e59e17e6e7587ddc0b4ea27a8d303bfcb5fed79c Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Tue, 16 Jun 2020 09:55:08 +0200 Subject: [PATCH] [#10658] "connection is secure" tooltip is not aligned with URL field Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/components/tooltip/views.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/ui/components/tooltip/views.cljs b/src/status_im/ui/components/tooltip/views.cljs index 628cb8972b..e80d20c942 100644 --- a/src/status_im/ui/components/tooltip/views.cljs +++ b/src/status_im/ui/components/tooltip/views.cljs @@ -26,9 +26,9 @@ :color color)]]])) (views/defview bottom-tooltip-info [label on-close] - (views/letsubs [bottom-anim-value (animation/create-value 150) + (views/letsubs [bottom-anim-value (animation/create-value 75) opacity-value (animation/create-value 0)] - {:component-did-mount (animations/animate-tooltip 150 bottom-anim-value opacity-value 10)} + {:component-did-mount (animations/animate-tooltip 75 bottom-anim-value opacity-value 10)} [react/view styles/bottom-tooltip-container [react/animated-view {:style (styles/tooltip-animated bottom-anim-value opacity-value)} [vector-icons/icon :icons/tooltip-tip (assoc