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

master
Vben 1 year ago committed by GitHub
parent 37645f08be
commit 68dbe04bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save