Skip to content

Commit

Permalink
style: update launch mobile menu button to have brand primary bg (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght authored Jun 6, 2022
1 parent 7ba4fd1 commit b51d845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const NavMenu = ({ logout, user }: { logout: any, user: IUser | undefined
</MenuItem>
</Show>
<Show below="md">
<MenuItem className={classes.menuItem}>
<MenuItem className={classes.menuItem} bg="brand.primary">
<Link href={LaunchUrl}>
Launch
</Link>
Expand Down

0 comments on commit b51d845

Please sign in to comment.