Skip to content

Commit

Permalink
Merge branch 'master' into corinagum/1742
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum authored Sep 4, 2019
2 parents 6344e99 + 9e00b1a commit 275f9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1784](https://github.com/microsoft/BotFramework-Emulator/pull/1784)
- [1787](https://github.com/microsoft/BotFramework-Emulator/pull/1787)
- [1790](https://github.com/microsoft/BotFramework-Emulator/pull/1790)
- [1791](https://github.com/microsoft/BotFramework-Emulator/pull/1791)

## v4.5.2 - 2019 - 07 - 17
## Fixed
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 @@ -89,12 +89,12 @@ html {
--input-color: var(--neutral-12);
--input-bg: var(--neutral-1);
--input-label-color: var(--neutral-14);
--input-label-color-disabled: #C8C8C8;
--input-label-color-disabled: var(--neutral-10);
--input-border: 1px solid #C8C8C8;
--input-border-focus: var(--p-button-border-focus);
--input-border-error: 1px solid var(--error-outline);
--input-placeholder-color: var(--neutral-9);
--input-border-disabled: 1px solid #C8C8C8;
--input-border-disabled: 1px solid var(--neutral-10);

/* input[type="checkbox"] */
--checkbox-checkmark-color: var(--neutral-1);
Expand Down

0 comments on commit 275f9b7

Please sign in to comment.