mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
Fix navbar color
This commit is contained in:
@ -71,7 +71,11 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
|
||||
|
||||
return (
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<Bar position='fixed' sx={{ top: 'auto', bottom: 0 }} color='white'>
|
||||
<Bar
|
||||
position='fixed'
|
||||
sx={{ top: 'auto', bottom: 0 }}
|
||||
color={theme.palette.mode === 'dark' ? 'default' : 'white'}
|
||||
>
|
||||
<Toolbar style={{ display: 'flex', justifyContent: 'space-between', flexGrow: 1 }}>
|
||||
<Button
|
||||
size='large'
|
||||
|
Reference in New Issue
Block a user