-
Notifications
You must be signed in to change notification settings - Fork 645
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
[UI] Add new themes to TextArea component #9873
[UI] Add new themes to TextArea component #9873
Conversation
Please add main tracking issue into PR. |
color: var(--neutralForeground1Rest); | ||
background-color: var(--neutralBackground1Rest); | ||
border-radius: 4px; | ||
border: 1px solid var(--neutralStroke1Rest); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does same feedback applies here? #9852 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I talked with Joel about CSS variables support, we agreed that this is the best way to do this change, otherwise it will involve adding a lot of extra code, I added more context to that comment but we will continue using CSS variables for now since only IE doesn't support them, and really old versions of other browsers, and created an issue to track it #9875
Summary
Spec: https://github.com/NuGet/Engineering/pull/5209
Addresses #9872
Main Issue: #8773
Adds theme for the TextArea component,