fix: made header less roundy

This commit is contained in:
Damien Ostler 2024-02-15 21:56:37 -05:00
parent 9169063a08
commit f90378b991

View File

@ -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)'