We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74618 commit c3fa899Copy full SHA for c3fa899
2 files changed
core/src/components/checkbox/checkbox.ionic.scss
@@ -121,7 +121,8 @@ input {
121
}
122
123
.checkbox-bottom .helper-text {
124
- color: globals.$ion-text-subtlest;
+ @include globals.typography(globals.$ion-body-sm-medium);
125
+ color: globals.$ion-primitives-neutral-800;
126
127
128
// Label Placement - Start
core/src/components/toggle/toggle.ionic.scss
@@ -67,9 +67,10 @@
67
68
69
.toggle-bottom .helper-text {
70
- color: globals.$ion-primitives-neutral-900;
71
72
-
73
+
74
// Toggle Native Wrapper: Focused
75
// ----------------------------------------------------------------
76
0 commit comments