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

# secondaryStyle

## Summary

Secondary visual treatment for buttons. Combine with [`baseStyle`](/api/remix/ui/button/mixin/baseStyle/) when
styling a non-`Button` host element.

## Signature

```ts
const secondaryStyle: CSSMixinDescriptor;

```