Skip to content

Commit

Permalink
fix: add css rule for errors (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem authored May 16, 2023
1 parent d422d90 commit a6661bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.g-select:not(.#{$ns}error-wrapper-ignore) .g-select-control::before,
.g-select:hover:not(.#{$ns}error-wrapper-ignore) .g-select-control_open::before,
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__control,
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__content,
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {
border-color: var(--yc-color-text-danger);
}
Expand Down

0 comments on commit a6661bc

Please sign in to comment.