feat: set transformOrigin horizontal center

This commit is contained in:
amhsirak
2025-02-01 16:08:31 +05:30
parent 27b47daeda
commit 8383d61a32

View File

@@ -347,7 +347,7 @@ export const NavBar: React.FC<NavBarProps> = ({
}} }}
transformOrigin={{ transformOrigin={{
vertical: 'top', vertical: 'top',
horizontal: 'right', horizontal: 'center',
}} }}
PaperProps={{ sx: { width: '180px' } }} PaperProps={{ sx: { width: '180px' } }}
> >