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

This commit is contained in:
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

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));
}