Skip to content

Commit 857565b

Browse files
feat(toggle): change error text color for ionic theme
1 parent 6e84d5d commit 857565b

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)