-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#1743 - Fix endpoint notify text color #1827
Conversation
Check this on High Contrast, I'm pretty sure it's going to be invisible because the HC dialog background is black. |
:-( well in HC if it was black background it would need to switch to White... seems like it should go to a white background vs. black? |
@DesignPolice in HC we used to have light-themed dialogs with an #F4F4F4 background, but we switched away from that. We could discuss going back to that model if it makes more sense from a design standpoint. |
packages/sdk/ui-react/src/widget/autoComplete/autoComplete.scss
Outdated
Show resolved
Hide resolved
…ulator into corinagum/1743
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.
👍
#1743
Previously the endpoint notification text for opening a bot was showing as a low-contrast yellow. I fixed the text to a dark grey per @DesignPolice. Since the openBotDialog and botCreationDialog components were displaying different colors for these texts, I made both of them dark grey.
High Contrast:
![image](https://user-images.githubusercontent.com/14900841/64285918-6062eb80-cf11-11e9-8691-e356426a6775.png)
![image](https://user-images.githubusercontent.com/14900841/64285974-7375bb80-cf11-11e9-855e-3c380e6ef82c.png)
(And for sanity, Dark:)
![image](https://user-images.githubusercontent.com/14900841/64285996-7f617d80-cf11-11e9-9921-a9beefa1311f.png)