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.
2 parents a785a8a + 1125cb8 commit 5c60998Copy full SHA for 5c60998
1 file changed
src/Components/Checkbox/Checkbox.tsx
@@ -55,7 +55,7 @@ const Checkbox: React.FC<CheckboxProps> = ({
55
{label}
56
</label>
57
58
- {help && <div className="text-gray-500">{help}</div>}
+ {help && <div className="text-gray-500 dark:text-gray-400">{help}</div>}
59
</div>
60
61
);
0 commit comments