🎨 Délai inférieur pour l'apparition des raccourcis

pull/439/head
Mael 2019-01-28 15:36:30 +01:00
parent 19f13c9ebe
commit 732105f4cb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const QuickLinks = ({
height: show ? 'auto' : 0,
opacity: show ? 1 : 0
}}
config={{ delay: show ? 5000 : 0 }}
config={{ delay: show ? 4000 : 0 }}
native>
{styles => (
<animated.div