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

# ghostStyle

## Summary

Ghost visual treatment for buttons — transparent background with a hover
surface. Combine with [`baseStyle`](/api/remix/ui/button/mixin/baseStyle/) when styling a non-`Button` host
element.

## Signature

```ts
const ghostStyle: CSSMixinDescriptor;

```