We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71e28 commit eaf0c4eCopy full SHA for eaf0c4e
src/components/input/themes/shared/input.common.scss
@@ -57,6 +57,12 @@ $theme: $base;
57
}
58
/* stylelint-enable */
59
60
+:host([invalid]) {
61
+ ::part(helper-text) {
62
+ color: var-get($theme, 'error-secondary-color');
63
+ }
64
+}
65
+
66
:host(:disabled),
67
:host([disabled]) {
68
[part~='input']::placeholder {
src/components/input/themes/shared/input.indigo.scss
@@ -180,6 +180,10 @@ $transition-duration: .25s;
180
background: var-get($theme, 'error-secondary-color');
181
182
183
184
185
+ color: var-get($theme, 'helper-text-color');
186
187
188
189
:host([type='search']) {
0 commit comments