mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Bump msal-node and fix a bad contrast ratio (#226210)
Bumps MSAL-node which contains [my fix](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7247) that will actually show our error template. Also fixes an A11y contrast issue with said error template.
This commit is contained in:
committed by
GitHub
parent
a9cfa77428
commit
6544b003dc
@@ -69,7 +69,7 @@ export const loopbackTemplate = `
|
||||
}
|
||||
|
||||
.error-text {
|
||||
color: red;
|
||||
color: salmon;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user