We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component specific tokens for a new Input promo
--Input-Promo-Border-Default Light #8D8D95 Dark #62626D
--Input-Promo-Border-Default
#8D8D95
#62626D
--Input-Promo-Border-hover Light #62626D Dark #8D8D95
--Input-Promo-Border-hover
Update color token --action-high-contrast-hover with new value #43434B - LIGHT theme, (Dark no changes)
New shadow token --state-active-field value LIGHT box-shadow: 0px 0px 0px 4px rgba(var(--Action-Primary-Default), 0.15); value DARK box-shadow: 0px 0px 0px 4px rgba(var(--Action-Primary-Default), 0.25);
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component specific tokens for a new Input promo
--Input-Promo-Border-Default
Light
#8D8D95
Dark
#62626D
--Input-Promo-Border-hover
Light
#62626D
Dark
#8D8D95
Update color token --action-high-contrast-hover with new value #43434B - LIGHT theme, (Dark no changes)
New shadow token --state-active-field
value LIGHT box-shadow: 0px 0px 0px 4px rgba(var(--Action-Primary-Default), 0.15);
value DARK box-shadow: 0px 0px 0px 4px rgba(var(--Action-Primary-Default), 0.25);
The text was updated successfully, but these errors were encountered: