-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support icon in Select #1289
Support icon in Select #1289
Conversation
It looks like in the monolith, we're explicitly setting the icon color to azure for each menu trigger. I don't remember why, in Menu.V4, I didn't make the icon color automatically azure -- maybe I was worried about it being hard to override? or something? I don't know. Or maybe I thought there was some case where it wasn't supposed to be azure? Or maybe it's just the text color is supposed to be black, and so it's tricky API-wise to get the svg to be azure? That's probably it -- tricky, from the API standpoint, to get the text color to be black and the icon color to be azure, since that's not a unique button theme. Clearly, I should address that as a problem though, since I confused myself on this PR and thought the icon was supposed to be black! |
Great, let's go with that! |
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.
Looks good!
Context
Fixes A11-2310
Fixes #1264
🖼️ What does this change look like?
cc @NoRedInk/design
Component completion checklist
nriDescription