---
title: secondaryStyle
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/components/button/button.tsx#L134
---

# 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;

```