Skip to content

Commit a9903ec

Browse files
authored
Merge pull request #4884 from GeekyAnts/release/3.4.0-rc.7
Release/3.4.0 rc.7
2 parents 929c979 + af04a66 commit a9903ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prettier --write"
3737
]
3838
},
39-
"version": "3.4.0-rc.6",
39+
"version": "3.4.0-rc.7",
4040
"license": "MIT",
4141
"private": false,
4242
"main": "lib/commonjs/index",

src/theme/components/menu.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const baseStyle = {
1111
bg: 'muted.800',
1212
},
1313
_presenceTransition: {
14-
initial: { opacity: 0, translateY: -10 },
14+
initial: { opacity: 0 },
1515
animate: {
1616
opacity: 1,
1717
translateY: 0,
1818
transition: { duration: 200 },
1919
},
20-
exit: { opacity: 0, translateY: -10, transition: { duration: 150 } },
20+
exit: { opacity: 0, transition: { duration: 150 } },
2121
style: StyleSheet.absoluteFill,
2222
},
2323
_overlay: {},

0 commit comments

Comments
 (0)