Skip to content

Commit f681d85

Browse files
jankeromnesroboquat
authored andcommitted
[dashboard] Fix Checkbox style regression
1 parent dfc399b commit f681d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/CheckBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function CheckBox(props: {
2626
const checkboxId = `checkbox-${props.title}-${String(Math.random())}`;
2727

2828
return (
29-
<div className={"flex max-w-2xl" + className}>
29+
<div className={"flex max-w-2xl " + className}>
3030
<input
3131
className={
3232
"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

Comments
 (0)