diff --git a/CHANGELOG.md b/CHANGELOG.md index e32ae3c3..60d4e3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 🐞 Fixes +- Fix field error message color - [#433](https://github.com/estruyf/vscode-front-matter/issues/433): Fix issue with rendering an incorrect title value on the content dashboard ## [8.1.1] - 2022-09-23 diff --git a/src/panelWebView/styles.css b/src/panelWebView/styles.css index 70703a7d..efdfd560 100644 --- a/src/panelWebView/styles.css +++ b/src/panelWebView/styles.css @@ -348,6 +348,7 @@ } .metadata_field__required__message { + color: var(--vscode-inputValidation-errorBorder); padding-top: .5rem; font-size: .9rem; margin-left: .5rem;