fix/sidebar-profiledropdown-wired-hoverstate (#5832)

pull/5549/head^2
Sumedh 2022-12-03 20:42:12 +05:30 committed by GitHub
parent 0c979d3604
commit cf077fd33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ function UserDropdown({ small }: { small?: boolean }) {
mutation.mutate({ away: !user?.away }); mutation.mutate({ away: !user?.away });
utils.viewer.me.invalidate(); 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 <Icon.FiMoon
className={classNames( className={classNames(
user.away user.away