mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-01 23:41:08 +02:00
Fix field error message color
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -348,6 +348,7 @@
|
||||
}
|
||||
|
||||
.metadata_field__required__message {
|
||||
color: var(--vscode-inputValidation-errorBorder);
|
||||
padding-top: .5rem;
|
||||
font-size: .9rem;
|
||||
margin-left: .5rem;
|
||||
|
||||
Reference in New Issue
Block a user