feat: set anchorOrigin horizontal center

This commit is contained in:
amhsirak
2025-02-01 16:11:31 +05:30
parent ecf723f8db
commit a80b58b653

View File

@@ -389,7 +389,7 @@ export const NavBar: React.FC<NavBarProps> = ({
onClose={handleMenuClose}
anchorOrigin={{
vertical: "bottom",
horizontal: "right",
horizontal: "center",
}}
transformOrigin={{
vertical: "top",