# MessageBody

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/ThreadView.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/ThreadView.tsx#L60)

Message bodies are MARKDOWN (agents format replies; the tracking page renders the same). `invert` flips prose colors for the dark agent bubble.

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `body` | `string` | ✓ | - |
| `invert` | `boolean` | - | false |

## Diagram

```mermaid
graph TD
    component_MessageBody_21b87892["MessageBody"]
    class component_MessageBody_21b87892 rootComponent
```

## Relationships

- RENDERS → `ReactMarkdown`

## Referenced By

- `ThreadView` (RENDERS)
