Skip to content

Commit 0b3dd4d

Browse files
committed
chore: adjust initial scaleX
1 parent 7751d3d commit 0b3dd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Menu/useSubMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const useSubMenu = () => {
1212
const { isRtl } = useRtlFlip()
1313

1414
const menuVariants: MotionProps["variants"] = {
15-
closed: { opacity: 0, scaleX: 0.8, originX: isRtl ? 1 : 0 },
15+
closed: { opacity: 0, scaleX: 0.9, originX: isRtl ? 1 : 0 },
1616
open: { opacity: 1, scaleX: 1, originX: isRtl ? 1 : 0 },
1717
}
1818

0 commit comments

Comments
 (0)