Update pkg/grid/src/components/Checkbox.tsx

Co-authored-by: Hunter Miller <hunter@tlon.io>
This commit is contained in:
Patrick O'Sullivan 2022-03-08 15:28:35 -06:00 committed by GitHub
parent aa5946aa70
commit 38a4323911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@ export const Checkbox: React.FC<RadixCheckbox.CheckboxProps> = ({
<div className="flex content-center space-x-2">
<RadixCheckbox.Root
className={classNames('default-ring rounded-lg bg-white h-7 w-7', className)}
// style={{ width: 28, height: 28 }}
checked={proxyChecked}
onCheckedChange={proxyOnCheckedChange}
disabled={disabled}