Skip to content

Commit

Permalink
Merge pull request #151 from simplitrac/hamburger-menu-rearrange
Browse files Browse the repository at this point in the history
updated hamburger arragement and style
  • Loading branch information
dave-b-b authored Sep 12, 2024
2 parents 183ec1a + d6550fb commit 3a8be5c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions client/src/components/HamburgerMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,25 @@ const HamburgerMenu = () => {
onClick={toggleCategoriesList}>
{showCategories ? "Hide Categories" : "Show Categories"}
</Button>
<p></p>
</VStack>
<SignOut
variant="outline"
w="100%"
color="white"
background="#415a77"
/>
</DrawerBody>
<DrawerFooter>
<Button
variant="ghost"
color="white"
w="100%"
onClick={handleDeleteAccount}
backgroundColor="#bd1f36"
>
Delete Account
</Button>
</DrawerBody>
<DrawerFooter>

<SignOut
variant="outline"
w="100%"
color="black"
/>
</DrawerFooter>
</DrawerContent>
</DrawerOverlay>
Expand Down

0 comments on commit 3a8be5c

Please sign in to comment.