fix/sidebar-profiledropdown-wired-hoverstate (#5832)
parent
0c979d3604
commit
cf077fd33c
|
@ -314,7 +314,7 @@ function UserDropdown({ small }: { small?: boolean }) {
|
|||
mutation.mutate({ away: !user?.away });
|
||||
utils.viewer.me.invalidate();
|
||||
}}
|
||||
className="flex 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 hover:bg-gray-100 hover:text-gray-900">
|
||||
<Icon.FiMoon
|
||||
className={classNames(
|
||||
user.away
|
||||
|
|
Loading…
Reference in New Issue