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

# labelStyle

## Summary

Inline label slot with the standard button label spacing.

## Signature

```ts
const labelStyle: CSSMixinDescriptor;

```