Fix navbar color

This commit is contained in:
koalasat
2025-07-14 15:23:30 +02:00
parent 70cd280cb3
commit d1af50a0e3

View File

@ -71,7 +71,7 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
return (
<Box sx={{ flexGrow: 1 }}>
<Bar position='fixed' sx={{ top: 'auto', bottom: 0 }}>
<Bar position='fixed' sx={{ top: 'auto', bottom: 0 }} color='white'>
<Toolbar style={{ display: 'flex', justifyContent: 'space-between', flexGrow: 1 }}>
<Button
size='large'