Skip to content

Commit a6661bc

Browse files
authored
fix: add css rule for errors (#41)
1 parent d422d90 commit a6661bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/kit/components/ErrorWrapper/ErrorWrapper.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.g-select:not(.#{$ns}error-wrapper-ignore) .g-select-control::before,
1616
.g-select:hover:not(.#{$ns}error-wrapper-ignore) .g-select-control_open::before,
1717
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__control,
18+
.yc-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .yc-text-input__content,
1819
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {
1920
border-color: var(--yc-color-text-danger);
2021
}

0 commit comments

Comments
 (0)