From 5abf6da79676bbc482f587cd5ef9b68dfea5152c Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 17 Aug 2020 15:23:09 -0400 Subject: [PATCH] Change AppBars to dense --- src/CustomAppBar.js | 4 ++-- src/ItemViewAppBar.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CustomAppBar.js b/src/CustomAppBar.js index 41bbcf6..c5c8f63 100644 --- a/src/CustomAppBar.js +++ b/src/CustomAppBar.js @@ -21,8 +21,8 @@ export default function CustomAppBar(props){ return( <> - - + + {props.title} diff --git a/src/ItemViewAppBar.js b/src/ItemViewAppBar.js index 8541e6b..45dec54 100644 --- a/src/ItemViewAppBar.js +++ b/src/ItemViewAppBar.js @@ -18,7 +18,7 @@ export default function ItemViewAppBar(props){ return( <> - + props.setSidebarOpen(false)}