mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-11 09:40:01 +00:00
Fix navbar color
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user