# ColorField

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/branding/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/branding/page.tsx#L1372)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `value` | `string` | ✓ | - |
| `onChange` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ColorField_2d432677["ColorField"]
    class component_ColorField_2d432677 rootComponent
```

## Relationships

- RENDERS → `CheckIcon`
- RENDERS → `ClipboardDocumentIcon`
- USES_HOOK → `useState`
