Skip to content

Commit bb5ff9e

Browse files
committed
fix(input): use valid highlight color for helper text
1 parent 1c89846 commit bb5ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/input/input.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
}
149149

150150
:host(.has-focus.ion-valid) .helper-text {
151-
color: globals.$ion-semantics-success-900;
151+
color: var(--highlight-color-valid);
152152
}
153153

154154
:host(.has-focus.ion-valid),

0 commit comments

Comments
 (0)