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 dfc399b commit f681d85Copy full SHA for f681d85
components/dashboard/src/components/CheckBox.tsx
@@ -26,7 +26,7 @@ function CheckBox(props: {
26
const checkboxId = `checkbox-${props.title}-${String(Math.random())}`;
27
28
return (
29
- <div className={"flex max-w-2xl" + className}>
+ <div className={"flex max-w-2xl " + className}>
30
<input
31
className={
32
"h-4 w-4 focus:ring-0 mt-1 rounded cursor-pointer bg-transparent border-2 dark:filter-invert border-gray-800 dark:border-gray-900 focus:border-gray-900 dark:focus:border-gray-800 " +
0 commit comments