diff --git a/components/AppAppBar.tsx b/components/AppAppBar.tsx index ef85e62..4375e5a 100644 --- a/components/AppAppBar.tsx +++ b/components/AppAppBar.tsx @@ -63,7 +63,7 @@ function AppAppBar({ user }: AppAppBarProps) { alignItems: 'center', justifyContent: 'space-between', flexShrink: 0, - borderRadius: '999px', + borderRadius: '10px', bgcolor: theme.palette.mode === 'light' ? 'rgba(255, 255, 255, 0.4)'