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

# Interface: TextInputStyles

## Hierarchy

- [`InputStyles`](InputStyles.md)

  ↳ **`TextInputStyles`**

## Table of contents

### Properties

- [active](TextInputStyles.md#active)
- [backgroundColor](TextInputStyles.md#backgroundcolor)
- [borderColor](TextInputStyles.md#bordercolor)
- [borderWidth](TextInputStyles.md#borderwidth)
- [boxShadow](TextInputStyles.md#boxshadow)
- [color](TextInputStyles.md#color)
- [disabled](TextInputStyles.md#disabled)
- [error](TextInputStyles.md#error)
- [focus](TextInputStyles.md#focus)
- [fontFamily](TextInputStyles.md#fontfamily)
- [fontWeight](TextInputStyles.md#fontweight)
- [hover](TextInputStyles.md#hover)
- [letterSpacing](TextInputStyles.md#letterspacing)
- [lineHeight](TextInputStyles.md#lineheight)
- [placeholder](TextInputStyles.md#placeholder)

## Properties

### active

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

#### Inherited from

[InputStyles](InputStyles.md).[active](InputStyles.md#active)

___

### backgroundColor

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

#### Inherited from

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

___

### borderColor

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

#### Inherited from

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

___

### borderWidth

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

#### Inherited from

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

___

### boxShadow

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

#### Inherited from

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

___

### color

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

#### Inherited from

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

___

### disabled

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

#### Inherited from

[InputStyles](InputStyles.md).[disabled](InputStyles.md#disabled)

___

### error

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

#### Inherited from

[InputStyles](InputStyles.md).[error](InputStyles.md#error)

___

### focus

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

#### Inherited from

[InputStyles](InputStyles.md).[focus](InputStyles.md#focus)

___

### fontFamily

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

#### Inherited from

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

___

### fontWeight

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

#### Inherited from

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

___

### hover

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

#### Inherited from

[InputStyles](InputStyles.md).[hover](InputStyles.md#hover)

___

### letterSpacing

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

#### Inherited from

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

___

### lineHeight

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

#### Inherited from

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

___

### placeholder

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