Skip to content

Commit

Permalink
fix(input-dropdown): change border color on error (#160) (#163)
Browse files Browse the repository at this point in the history
fix #160
  • Loading branch information
brc-dd committed Oct 20, 2022
1 parent 64301f8 commit c656801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/SInputDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ function handleArray(value: OptionValue) {
}
}
.SInputSelect.has-error {
.select {
.SInputDropdown.has-error {
.box {
border-color: var(--c-danger);
}
}
Expand Down

0 comments on commit c656801

Please sign in to comment.