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 b968bd1 commit d7d04d2Copy full SHA for d7d04d2
components/dashboard/src/components/forms/CheckboxInputField.tsx
@@ -57,7 +57,7 @@ export const CheckboxInput: FC<CheckboxInputProps> = ({
57
type="checkbox"
58
className={classNames(
59
"h-4 w-4 mt-1 rounded cursor-pointer border-2 dark:filter-invert",
60
- "focus:ring-2 focus:border-gray-900 ring-blue-400 dark:focus:border-gray-800",
+ "focus:ring-2 ring-blue-400",
61
"border-gray-600 dark:border-gray-900 bg-transparent",
62
{ "bg-gray-600 dark:bg-gray-900": checked },
63
)}
0 commit comments