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

View File

@@ -12,6 +12,6 @@
@apply dark:border-border/60 dark:border; @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)); border-color: hsl(var(--destructive));
} }