Skip to content

Commit 7502352

Browse files
authored
fix(ErrorWrapper): fix control border color
1 parent 2085dce commit 7502352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.g-text-input_view_normal:not(.#{$ns}error-wrapper-ignore) .g-text-input__content,
2424
.yc-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before,
2525
.g-checkbox__indicator:not(.#{$ns}error-wrapper-ignore)::before {
26-
border-color: var(--g-color-text-danger);
26+
border-color: var(--g-color-line-danger);
2727
}
2828
}
2929

0 commit comments

Comments
 (0)