Skip to content

Commit

Permalink
fix: hover border style same as antd style when validate error
Browse files Browse the repository at this point in the history
  • Loading branch information
imdap committed Sep 19, 2024
1 parent 371e0be commit 36a8e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function createComponentProps(slotProps: Record<string, any>) {
<component
:is="fieldComponent"
:class="{
'border-destructive focus:border-destructive hover:border-destructive':
'border-destructive focus:border-destructive hover:border-destructive/80':
isInValid,
}"
v-bind="createComponentProps(slotProps)"
Expand Down

0 comments on commit 36a8e59

Please sign in to comment.