From a80394dd57f7ab4f47a08f6a946fe213cec37dec Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Fri, 26 Nov 2021 16:28:01 +0000 Subject: [PATCH] Fix sidebar --- components/Shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index d6338a6340..7528482004 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -212,14 +212,14 @@ export default function Shell(props: { className={classNames( item.current ? "bg-neutral-100 text-neutral-900 dark:bg-gray-700 dark:text-white" - : "text-neutral-500 hover:bg-gray-50 hover:text-neutral-900 dark:text-gray-400", + : "text-neutral-500 hover:bg-gray-50 hover:text-neutral-900 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white", "group flex items-center px-2 py-2 text-sm font-medium rounded-sm" )}>