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 4f63f81 commit 1125cb8Copy full SHA for 1125cb8
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