Skip to content

Commit

Permalink
Fixed color contrast issue w/ WC timestamps on light theme. (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano authored and cwhitten committed Dec 8, 2019
1 parent 553d64a commit 9d8abf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [2009](https://github.com/microsoft/BotFramework-Emulator/pull/2009)
- [2010](https://github.com/microsoft/BotFramework-Emulator/pull/2010)
- [2012](https://github.com/microsoft/BotFramework-Emulator/pull/2012)
- [2017](https://github.com/microsoft/BotFramework-Emulator/pull/2017)

- [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
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/styles/themes/light.css
Expand Up @@ -36,7 +36,7 @@ html {
--webchat-user-bubble-text: var(--neutral-1);
--webchat-selected-activity-bg: #B89500;
--webchat-selected-activity-text: var(--neutral-1);
--webchat-timestamp-text: var(--neutral-6);
--webchat-timestamp-text: var(--neutral-10);
--webchat-scrollbar-color: var(--scrollbar-color);

/* sendbox */
Expand Down

0 comments on commit 9d8abf7

Please sign in to comment.