Skip to content

Commit

Permalink
Removed bubble user background color. Leave it to default option (#2067)
Browse files Browse the repository at this point in the history
* Removed bubble user background color. Leave it to default option
  • Loading branch information
srinaath authored Jan 29, 2020
1 parent e200c7f commit c5f2ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

## Added
- [client/main] Added Ngrok Debugger UI in PR [2032](https://github.com/microsoft/BotFramework-Emulator/pull/2032)
- [client/main] Added Ngrok Status Viewer in PR [2032](https://github.com/microsoft/BotFramework-Emulator/pull/2032)
- [client/main] Changed conversation infrastructure to use Web Sockets to communicate with Web Chat in PR [2034](https://github.com/microsoft/BotFramework-Emulator/pull/2034)

## Changed
Expand All @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Removed
- [client/main] Removed legacy payments code in PR [2058](https://github.com/microsoft/BotFramework-Emulator/pull/2058)

## Fixed
- [client] Removed buble background on attachments [2067](https://github.com/microsoft/BotFramework-Emulator/pull/2067)

## v4.7.0 - 2019 - 12 - 13
## Fixed
- [client] Added an empty state for the recent bots submenu in the app menu for Windows in PR [1945](https://github.com/microsoft/BotFramework-Emulator/pull/1945)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default {
primaryFont: 'var(--default-font-family)',

bubbleBackground: 'var(--webchat-bubble-bg)',
bubbleFromUserBackground: 'var(--webchat-user-bubble-bg)',
bubbleFromUserTextColor: 'var(--webchat-user-bubble-text)',
bubbleTextColor: 'var(--webchat-bubble-text)',
bubbleMinHeight: 20,
Expand Down

0 comments on commit c5f2ff4

Please sign in to comment.