Parcourir la source

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

Vben il y a 1 an
Parent
commit
68dbe04bef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/styles/src/antd/index.css

+ 1 - 1
packages/styles/src/antd/index.css

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