mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 09:43:23 +00:00
Fix navbar color
This commit is contained in:
@ -71,7 +71,11 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Box sx={{ flexGrow: 1 }}>
|
<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 }}>
|
<Toolbar style={{ display: 'flex', justifyContent: 'space-between', flexGrow: 1 }}>
|
||||||
<Button
|
<Button
|
||||||
size='large'
|
size='large'
|
||||||
|
Reference in New Issue
Block a user