Fix field error message color

This commit is contained in:
Elio Struyf
2022-10-06 14:23:49 +02:00
parent f89d4fce3f
commit 4e850e5cb9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -348,6 +348,7 @@
}
.metadata_field__required__message {
color: var(--vscode-inputValidation-errorBorder);
padding-top: .5rem;
font-size: .9rem;
margin-left: .5rem;