fix: form verification style fails in pop-up window (#4452)

pull/48/MERGE
Vben 2024-09-21 11:03:35 +08:00 committed by GitHub
parent 37645f08be
commit 68dbe04bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
@apply dark:border-border/60 dark:border;
}
.ant-app .form-valid-error .ant-select-selector {
.form-valid-error .ant-select-selector {
border-color: hsl(var(--destructive));
}