Some icon tweaks

This commit is contained in:
Gregory Schier
2023-03-30 16:29:14 -07:00
parent 4a98d1d655
commit 89da434c0e
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ const _IconButton = forwardRef<HTMLButtonElement, Props>(function IconButton(
'!px-0',
size === 'md' && 'w-9',
size === 'sm' && 'w-8',
size === 'xs' && 'w-7',
size === 'xs' && 'w-6',
)}
size={size}
{...props}