From f90378b9910354207b0bba24ce8c814a14a08c29 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Thu, 15 Feb 2024 21:56:37 -0500 Subject: [PATCH] fix: made header less roundy --- components/AppAppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'