# SLA_TONE_STYLES

**Kind:** Constant

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

## Definition

```ts
Record<'ok' | 'warn' | 'breach', { bg: string; text: string }>
```
