perf: display border status color when the form is verified incorrectly (#4407)

* perf: display border status color when the form is verified incorrectly

* chore: adjust the document preview file order
This commit is contained in:
Vben
2024-09-14 22:44:21 +08:00
committed by GitHub
parent 02c4014ae3
commit bfae9626dd
9 changed files with 30 additions and 3 deletions

View File

@@ -11,3 +11,7 @@
.ant-notification-notice {
@apply dark:border-border/60 dark:border;
}
.ant-app .form-valid-error .ant-select-selector {
border-color: hsl(var(--destructive));
}