Skip to content

Commit f24ea60

Browse files
committed
Missing pseudo states
1 parent 366acb8 commit f24ea60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/checkbox/Checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const CheckboxContainer = styled.div<{
6666
}
6767
&:active ${Checkbox} {
6868
${({ disabled, readOnly }) =>
69-
!disabled && `color: ${readOnly ? "var(--color-fg-neutral-strong)" : "var(--color-fg-secondary-strong)"}`};
69+
!disabled && `color: ${readOnly ? "var(--color-fg-neutral-strong)" : "var(--color-fg-primary-stronger)"}`};
7070
}
7171
`;
7272

0 commit comments

Comments
 (0)