Skip to content

Add input text tokens - #2447

Merged
yceballost merged 2 commits into
productionfrom
2444-create-tokens-for-input-field-and-select
Nov 28, 2025
Merged

Add input text tokens#2447
yceballost merged 2 commits into
productionfrom
2444-create-tokens-for-input-field-and-select

Conversation

@aweell

@aweell aweell commented Nov 27, 2025

Copy link
Copy Markdown
Collaborator

Pull Request Description: Add Input Text Tokens

This pull request introduces new typography tokens specifically for input fields, enhancing our design system's consistency and usability. The following tokens have been added across multiple JSON files:

  • inputLabel: Defines the font size for input labels, accommodating both mobile and desktop views.
  • inputValue: Specifies the font size for the text entered in input fields, ensuring readability and accessibility.
  • inputHelperText: Sets the font size for helper text associated with input fields, providing users with clear guidance.

Motivation

The motivation behind this change is to standardize the typography used in input elements across our application. By adding these tokens, we ensure that all input-related text maintains uniformity in design, improving the overall user experience. This enhancement allows for better scalability and adaptability of our UI components, making it easier to maintain and style input fields consistently.

Improvements to the Project

  1. Consistency: Establishing a standard for input text helps maintain a cohesive design language throughout the application.
  2. Accessibility: Clear typography for input labels, values, and helper text enhances readability, making the application more user-friendly.
  3. Ease of Maintenance: With dedicated tokens for input fields, future updates and adjustments to typography can be made efficiently across the project.

This change is an important step forward in refining our design tokens and ensuring our application remains user-centric and visually appealing.

@aweell aweell linked an issue Nov 27, 2025 that may be closed by this pull request
5 tasks

@AnaMontes11 AnaMontes11 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice!

@yceballost
yceballost added this pull request to the merge queue Nov 28, 2025
Merged via the queue into production with commit 810b0d0 Nov 28, 2025
10 checks passed
@yceballost
yceballost deleted the 2444-create-tokens-for-input-field-and-select branch November 28, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Label, text and helperText tokens for Input Field and Select

3 participants