---
title: ButtonTone
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/components/button/button.tsx#L174
---

# ButtonTone

## Summary

Visual treatment supported by [`Button`](/api/remix/ui/button/function/Button/) — `'primary'`, `'secondary'`,
`'ghost'`, or `'danger'`.

## Signature

```ts
type ButtonTone = keyof typeof toneStyleByTone;

```