Skip to content

Commit 060f554

Browse files
feat(toggle): change error text color for ionic theme (#30556)
Issue number: internal --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? Error text color was `ion-semantics-danger-800` ## What is the new behavior? Error text color is now `ion-semantics-danger-900`, following design guidelines. ## Does this introduce a breaking change? - [ ] Yes - [x] No
1 parent 34fd510 commit 060f554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/toggle/toggle.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
// ----------------------------------------------------------------
6666

6767
.toggle-bottom .error-text {
68-
color: globals.$ion-semantics-danger-800;
68+
color: globals.$ion-semantics-danger-900;
6969
}
7070

7171
.toggle-bottom .helper-text {
72-
color: globals.$ion-primitives-neutral-800;
72+
color: globals.$ion-primitives-neutral-900;
7373
}
7474

7575
// Toggle Native Wrapper: Focused

0 commit comments

Comments
 (0)