-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
[Input][TagInput] Missing background design tokens #339
Labels
bug
Something isn't working
Comments
sgraczyk
changed the title
[Input][Tag] Missing background design tokens
[Input][TagInput] Missing background design tokens
Jul 1, 2022
sgraczyk
moved this from Selected for Development
to In Progress
in LiveChat Design System
Jul 25, 2022
sgraczyk
pushed a commit
that referenced
this issue
Jul 27, 2022
6 tasks
6 tasks
sgraczyk
pushed a commit
that referenced
this issue
Jul 27, 2022
* Added background and placeholder color tokens for `Input` * Added background and disabled color tokens for `TagInput` * Added `disabled` prop to `InputProps` * Reorganized stories to cover sizes and states of Input components
Released in v1.0.0-alpha.18 |
marcinsawicki
added a commit
that referenced
this issue
Nov 25, 2022
…it with designs, added Icon functionality (#369) * #339 Apply missing tokens to Input and TagInput components * input styles update, added icon functionality, added kinds with password * unit tests * changes after review * changes after review * changes after review * change the prop name * changes after review * export new Size type * small change * changes after tests, added possibility to set the place of the icon Co-authored-by: Szymon Graczyk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Mentioned components do not apply different colors to the background while switching themes.
We need to add a token for background (
--surface-basic
)Steps to reproduce
https://www.loom.com/share/252f553e2a9247da90890deff2e97b73
Expected behavior
--surface-basic
token applied forTagInput
andInput
components on theme changeScreenshots
https://www.loom.com/share/252f553e2a9247da90890deff2e97b73
Environment
@livechat/[email protected]
Additional context
n/a
The text was updated successfully, but these errors were encountered: