Skip to content

Commit

Permalink
Fixed bot creation link color contrast.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Sep 17, 2019
1 parent dc8cf55 commit f0d67fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1865](https://github.com/microsoft/BotFramework-Emulator/pull/1865)
- [1867](https://github.com/microsoft/BotFramework-Emulator/pull/1867)
- [1871](https://github.com/microsoft/BotFramework-Emulator/pull/1871)
- [1872](https://github.com/microsoft/BotFramework-Emulator/pull/1872)

- [client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR [1836](https://github.com/microsoft/BotFramework-Emulator/pull/1836)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
max-height: 454px;

a {
color: var(--link-color);
color: var(--dialog-link-color);
text-decoration: none;
line-height: 20px;
}
Expand Down

0 comments on commit f0d67fa

Please sign in to comment.