mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
[#10658] "connection is secure" tooltip is not aligned with URL field
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
24ef4cbd97
commit
e59e17e6e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user