[@bigcommerce/checkout-sdk](../README.md) / LabelStyles

# Interface: LabelStyles

## Hierarchy

- [`InlineElementStyles`](InlineElementStyles.md)

  ↳ **`LabelStyles`**

## Table of contents

### Properties

- [color](LabelStyles.md#color)
- [error](LabelStyles.md#error)
- [fontFamily](LabelStyles.md#fontfamily)
- [fontWeight](LabelStyles.md#fontweight)
- [letterSpacing](LabelStyles.md#letterspacing)
- [lineHeight](LabelStyles.md#lineheight)

## Properties

### color

• `Optional` **color**: `string`

#### Inherited from

[InlineElementStyles](InlineElementStyles.md).[color](InlineElementStyles.md#color)

___

### error

• `Optional` **error**: [`InlineElementStyles`](InlineElementStyles.md)

___

### fontFamily

• `Optional` **fontFamily**: `string`

#### Inherited from

[InlineElementStyles](InlineElementStyles.md).[fontFamily](InlineElementStyles.md#fontfamily)

___

### fontWeight

• `Optional` **fontWeight**: `string`

#### Inherited from

[InlineElementStyles](InlineElementStyles.md).[fontWeight](InlineElementStyles.md#fontweight)

___

### letterSpacing

• `Optional` **letterSpacing**: `string`

#### Inherited from

[InlineElementStyles](InlineElementStyles.md).[letterSpacing](InlineElementStyles.md#letterspacing)

___

### lineHeight

• `Optional` **lineHeight**: `string`

#### Inherited from

[InlineElementStyles](InlineElementStyles.md).[lineHeight](InlineElementStyles.md#lineheight)
