Przeglądaj źródła

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

Vben 1 rok temu
rodzic
commit
68dbe04bef
1 zmienionych plików z 1 dodań i 1 usunięć
  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));
 }