Skip to content

Commit

Permalink
Luminosity pass on dialog link color
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum authored and tonyanziano committed Aug 28, 2019
1 parent 798ed87 commit 25a136e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1782](https://github.com/microsoft/BotFramework-Emulator/pull/1782)
- [1783](https://github.com/microsoft/BotFramework-Emulator/pull/1783)
- [1784](https://github.com/microsoft/BotFramework-Emulator/pull/1784)
- [1787](https://github.com/microsoft/BotFramework-Emulator/pull/1787)

## v4.5.2 - 2019 - 07 - 17
## Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class AzureLoginPromptDialog extends Component<AzureLoginPromptDialogProp
<Dialog cancel={this.props.cancel} title="# with an Azure account" className={styles.dialogMedium}>
<p>
{'Use your Azure account to # to all your Azure services, ' +
'such as Azure Bot Service, Dispatch, LUIS, and QnA Maker.'}
'such as Azure Bot Service, Dispatch, LUIS, and QnA Maker. '}
<a href="https://azure.microsoft.com/en-us/services/bot-service">{"Don't have an Azure Account? #."}</a>
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/styles/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ html {
--status-bar-color: #FFFFFF;

/* Links */
--link-color: #4080D0;
--link-color: #3062D6;
--link-color-disabled: #C8C8C8;

/* Split Button */
Expand Down
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/styles/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ html {
--status-bar-color: #FFFFFF;

/* Links */
--link-color: #4080D0;
--link-color: #3062D6;
--link-color-disabled: #C8C8C8;

/* Split Button */
Expand Down

0 comments on commit 25a136e

Please # to comment.