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

# Interface: StepStyles

## Hierarchy

- [`BlockElementStyles`](BlockElementStyles.md)

  ↳ **`StepStyles`**

## Table of contents

### Properties

- [backgroundColor](StepStyles.md#backgroundcolor)
- [borderColor](StepStyles.md#bordercolor)
- [borderWidth](StepStyles.md#borderwidth)
- [boxShadow](StepStyles.md#boxshadow)
- [color](StepStyles.md#color)
- [fontFamily](StepStyles.md#fontfamily)
- [fontWeight](StepStyles.md#fontweight)
- [icon](StepStyles.md#icon)
- [letterSpacing](StepStyles.md#letterspacing)
- [lineHeight](StepStyles.md#lineheight)

## Properties

### backgroundColor

• `Optional` **backgroundColor**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[backgroundColor](BlockElementStyles.md#backgroundcolor)

___

### borderColor

• `Optional` **borderColor**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[borderColor](BlockElementStyles.md#bordercolor)

___

### borderWidth

• `Optional` **borderWidth**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[borderWidth](BlockElementStyles.md#borderwidth)

___

### boxShadow

• `Optional` **boxShadow**: `string`

#### Inherited from

[BlockElementStyles](BlockElementStyles.md).[boxShadow](BlockElementStyles.md#boxshadow)

___

### color

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

#### Inherited from

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

___

### fontFamily

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

#### Inherited from

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

___

### fontWeight

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

#### Inherited from

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

___

### icon

• `Optional` **icon**: [`BlockElementStyles`](BlockElementStyles.md)

___

### letterSpacing

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

#### Inherited from

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

___

### lineHeight

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

#### Inherited from

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