feat: increase width

This commit is contained in:
amhsirak
2025-07-21 19:55:24 +05:30
parent d258204a96
commit 16c0f99080

View File

@@ -267,7 +267,7 @@ export const NavBar: React.FC<NavBarProps> = ({
top: "50%",
left: "50%",
transform: "translate(-50%, -50%)",
width: 500,
width: 700,
bgcolor: "background.paper",
boxShadow: 24,
p: 4,