aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/components/NavBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/components/NavBar.js')
-rw-r--r--modern/src/common/components/NavBar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/components/NavBar.js b/modern/src/common/components/NavBar.js
index a1a73fdf..a53960fd 100644
--- a/modern/src/common/components/NavBar.js
+++ b/modern/src/common/components/NavBar.js
@@ -10,6 +10,7 @@ const Navbar = ({ setOpenDrawer, title }) => (
<IconButton
color="inherit"
edge="start"
+ sx={{ mr: 2 }}
onClick={() => setOpenDrawer(true)}
>
<MenuIcon />