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

@@ -47,7 +47,7 @@ const _IconButton = forwardRef<HTMLButtonElement, Props>(function IconButton(
onClick={handleClick}
className={classnames(
className,
'text-gray-700 hover:text-gray-1000',
'flex-shrink-0 text-gray-700 hover:text-gray-1000',
'!px-0',
size === 'md' && 'w-9',
size === 'sm' && 'w-8',