diff --git a/web/components/nav/menu.tsx b/web/components/nav/menu.tsx index a0345e37..9d348fab 100644 --- a/web/components/nav/menu.tsx +++ b/web/components/nav/menu.tsx @@ -11,7 +11,7 @@ export function MenuButton(props: { return (
- + Open user menu {buttonContent} diff --git a/web/components/nav/profile-menu.tsx b/web/components/nav/profile-menu.tsx index 7a344a8c..990c12bc 100644 --- a/web/components/nav/profile-menu.tsx +++ b/web/components/nav/profile-menu.tsx @@ -28,7 +28,7 @@ export function getNavigationOptions(user?: User | null) { export function ProfileSummary(props: { user: User | undefined }) { const { user } = props return ( - +
diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 0af007dc..cb7055df 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -36,7 +36,7 @@ function SidebarItem(props: { item: Item; currentPage: string }) { className={clsx( item.href == currentPage ? 'bg-gray-200 text-gray-900' - : 'text-gray-600 hover:bg-gray-50', + : 'text-gray-600 hover:bg-gray-100', 'group flex items-center rounded-md px-3 py-2 text-sm font-medium' )} aria-current={item.href == currentPage ? 'page' : undefined} @@ -58,7 +58,7 @@ function SidebarItem(props: { item: Item; currentPage: string }) { function MoreButton() { return ( - +