Better pair editor delete button

This commit is contained in:
Gregory Schier
2023-03-20 00:30:42 -07:00
parent 333b9319b6
commit 24ed6f0ee2
3 changed files with 49 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ export function Checkbox({ checked, onChange, className, disabled }: Props) {
onCheckedChange={onChange}
className={classnames(
className,
'w-5 h-5 border border-gray-200 rounded',
'flex-shrink-0 w-5 h-5 border border-gray-200 rounded',
'focus:border-focus',
'disabled:opacity-disabled',
'outline-none',