From 4e850e5cb904322bd2cb59b84b6a824fb1c196b2 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 6 Oct 2022 14:23:49 +0200 Subject: [PATCH] Fix field error message color --- CHANGELOG.md | 1 + src/panelWebView/styles.css | 1 + 2 files changed, 2 insertions(+) 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;