From 8383d61a324c958ab5114b322565e6a18de6eff0 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:08:31 +0530 Subject: [PATCH] feat: set transformOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index e4aee2f0..690eaf36 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -347,7 +347,7 @@ export const NavBar: React.FC = ({ }} transformOrigin={{ vertical: 'top', - horizontal: 'right', + horizontal: 'center', }} PaperProps={{ sx: { width: '180px' } }} >