mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
Update pkg/grid/src/components/Checkbox.tsx
Co-authored-by: Hunter Miller <hunter@tlon.io>
This commit is contained in:
parent
aa5946aa70
commit
38a4323911
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user