Skip to content

Commit

Permalink
Fixed color contrast issue with WC send box on Light theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Dec 9, 2019
1 parent 9ee0b73 commit 7e51dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [2015](https://github.com/microsoft/BotFramework-Emulator/pull/2015)
- [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
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

0 comments on commit 7e51dcf

Please sign in to comment.