Skip to content
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

[#1962] Fixed color contrast issue with WC send box on Light theme. #2021

Merged
merged 1 commit into from
Dec 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [2014](https://github.com/microsoft/BotFramework-Emulator/pull/2014)
- [2017](https://github.com/microsoft/BotFramework-Emulator/pull/2017)
- [2019](https://github.com/microsoft/BotFramework-Emulator/pull/2019)
- [2021](https://github.com/microsoft/BotFramework-Emulator/pull/2021)

- [main] Increased ngrok spawn timeout to 15 seconds to be more forgiving to slower networks in PR [1998](https://github.com/microsoft/BotFramework-Emulator/pull/1998)

Expand Down
4 changes: 2 additions & 2 deletions packages/app/client/src/ui/styles/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ html {
/* sendbox */
--webchat-sendbox-bg: var(--neutral-1);
--webchat-sendbox-text: initial;
--webchat-buttons-color: var(--neutral-6);
--webchat-buttons-color-focus: var(--neutral-9);
--webchat-buttons-color: var(--neutral-10);
--webchat-buttons-color-focus: var(--neutral-12);
--webchat-buttons-dictate: #BE1100;

/* transcript overlays */
Expand Down