Skip to content

Commit 3761a4c

Browse files
committed
fix(Checkbox): wrap in a field * 5
1 parent 71604ab commit 3761a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/Checkbox/Checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Checkbox(
166166
labelStyles = useMemo(
167167
() => ({
168168
...(!groupState ? LABEL_STYLES : INLINE_LABEL_STYLES),
169-
color: '#dark-02',
169+
color: '#dark',
170170
...labelStyles,
171171
}),
172172
[groupState, labelStyles],

0 commit comments

Comments
 (0)