Skip to content

Commit

Permalink
fix: form verification style fails in pop-up window (#4452)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored Sep 21, 2024
1 parent 37645f0 commit 68dbe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/antd/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

0 comments on commit 68dbe04

Please sign in to comment.