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 207357d commit 2b249b8Copy full SHA for 2b249b8
core/src/components/checkbox/checkbox.ionic.scss
@@ -108,6 +108,21 @@ input {
108
fill: var(--checkmark-color);
109
}
110
111
+// Checkbox Hint Text
112
+// ----------------------------------------------------------------
113
+
114
+.checkbox-bottom {
115
+ @include globals.typography(globals.$ion-body-md-regular);
116
+}
117
118
+.checkbox-bottom .error-text {
119
+ color: globals.$ion-semantics-danger-800;
120
121
122
+.checkbox-bottom .helper-text {
123
+ color: globals.$ion-primitives-neutral-800;
124
125
126
// Label Placement - Start
127
// ----------------------------------------------------------------
128
0 commit comments