diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 0975f4d055..00c51be557 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -380,7 +380,7 @@ function UserDropdown({ small }: UserDropdownProps) { className={classNames( "border-muted absolute -bottom-1 -right-1 rounded-full border bg-green-500", user.away ? "bg-yellow-500" : "bg-green-500", - small ? "-bottom-0.5 -right-0.5 h-2.5 w-2.5" : "-bottom-0.5 -right-0 h-2 w-2" + small ? "-bottom-0.5 -right-0.5 h-2 w-2" : "-bottom-0.5 -right-0 h-2 w-2" )} />