File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ input {
117117}
118118
119119.checkbox-bottom .error-text {
120- color : globals .$ion-semantics -danger-800 ;
120+ color : globals .$ion-text -danger ;
121121}
122122
123123.checkbox-bottom .helper-text {
@@ -198,7 +198,7 @@ input {
198198// Ionic Design Checkbox Invalid
199199// --------------------------------------------------
200200:host (.ion-invalid ) {
201- --focus-ring-color : #{globals .$ion-border-focus-error } ;
201+ --focus-ring-color : #{globals .$ion-border-danger-default } ;
202202}
203203
204204:host (.ion-invalid :not (.checkbox-checked )),
Original file line number Diff line number Diff line change 271271 color : globals .$ion-primitives-neutral-800 ;
272272}
273273
274+ .input-bottom .error-text {
275+ color : globals .$ion-text-danger ;
276+ }
277+
274278:host (.has-focus.ion-valid ) .helper-text {
275279 color : var (--highlight-color-valid );
276280}
Original file line number Diff line number Diff line change 3636 color : globals .$ion-primitives-neutral-800 ;
3737}
3838
39+ .select-bottom .error-text {
40+ color : globals .$ion-text-danger ;
41+ }
42+
3943.select-text {
4044 min-width : globals .$ion-space-400 ;
4145
Original file line number Diff line number Diff line change @@ -146,6 +146,10 @@ ion-icon {
146146 color : globals .$ion-text-subtlest ;
147147}
148148
149+ .textarea-bottom .error-text {
150+ color : globals .$ion-text-danger ;
151+ }
152+
149153:host (.has-focus.ion-valid ) .helper-text {
150154 color : var (--highlight-color-valid );
151155}
You can’t perform that action at this time.
0 commit comments