We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70cd280 + d3832a0 commit e9f9d01Copy full SHA for e9f9d01
frontend/src/basic/NavBar/AppBar/index.tsx
@@ -71,7 +71,11 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
71
72
return (
73
<Box sx={{ flexGrow: 1 }}>
74
- <Bar position='fixed' sx={{ top: 'auto', bottom: 0 }}>
+ <Bar
75
+ position='fixed'
76
+ sx={{ top: 'auto', bottom: 0 }}
77
+ color={theme.palette.mode === 'dark' ? 'default' : 'white'}
78
+ >
79
<Toolbar style={{ display: 'flex', justifyContent: 'space-between', flexGrow: 1 }}>
80
<Button
81
size='large'
0 commit comments