Skip to content

Commit 3902e5d

Browse files
committed
feat(checkbox): use gray tokens
1 parent 15870a9 commit 3902e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.native.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.checkbox-bottom .helper-text {
85-
color: $text-color-step-300;
85+
color: var(--ion-color-gray-700);
8686
}
8787

8888
// Label Placement - Start

0 commit comments

Comments
 (0)