|
|
@ -64,7 +64,7 @@ export function Checkbox({ |
|
|
onClick={handleToggle} |
|
|
onClick={handleToggle} |
|
|
role="presentation" |
|
|
role="presentation" |
|
|
className={cn( |
|
|
className={cn( |
|
|
"w-6 h-6 border-2 border-gray-500 rounded-md flex items-center justify-center", |
|
|
"w-6 h-6 border-2 border-gray-500 rounded-md flex items-center justify-center text-slate-900", |
|
|
disabled |
|
|
disabled |
|
|
? "opacity-50 cursor-not-allowed" |
|
|
? "opacity-50 cursor-not-allowed" |
|
|
: "cursor-pointer focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2", |
|
|
: "cursor-pointer focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2", |
|
|
|