## Background
We implemented the min-width `@size-1600` (256px) in the following Codex components:
- Combobox
- Select
- TextInput and ChipInput
In order to maintain consistency between TextInput and TextArea, we should apply the same min-width `@size-1600` (256px) in TextArea.
### Design spec
// Once a component spec sheet has been created in Figma, remove the note stating that the spec is missing and link to the spec below. //
| Component spec sheet |
### Open questions
// Add here the questions to be answered in order to design and implement the component //
### Acceptance criteria (or Done)
**Design**
[] Include the min-width `@size-1600` (256px) in the TextArea's Figma spec
[] Include the min-width in the Figma main component
**Code**
[] Implement the min-width `@size-1600` (256px) in TextArea