Browse Source

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

Vben 1 năm trước cách đây
mục cha
commit
68dbe04bef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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));
 }