From 3535a25a59ea141ac23b268445205270b23f0244 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Fri, 30 Dec 2022 23:34:54 +0530 Subject: [PATCH] fix: consistency on menu hover border bug :wrench: (#6218) Signed-off-by: Siddhant Khare Signed-off-by: Siddhant Khare Co-authored-by: Peer Richelsen --- packages/ui/v2/core/Shell.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }) {