diff --git a/packages/ui/v2/core/Shell.tsx b/packages/ui/v2/core/Shell.tsx index 1cb4b444c7..12f327ebd4 100644 --- a/packages/ui/v2/core/Shell.tsx +++ b/packages/ui/v2/core/Shell.tsx @@ -313,7 +313,7 @@ function UserDropdown({ small }: { small?: boolean }) { mutation.mutate({ away: !user?.away }); utils.viewer.me.invalidate(); }} - className="flex w-full min-w-max cursor-pointer items-center px-4 py-2 text-sm hover:bg-gray-100 hover:text-gray-900"> + className="flex w-full min-w-max cursor-pointer items-center px-4 py-2 text-sm"> + className="flex items-center px-4 py-2 text-sm text-gray-700"> {" "} {t("join_our_slack")} @@ -379,7 +379,7 @@ function UserDropdown({ small }: { small?: boolean }) {