Obscure text

This commit is contained in:
Gregory Schier
2023-03-29 10:16:51 -07:00
parent 0f58986b4c
commit cd5ae6691c
12 changed files with 54 additions and 29 deletions

View File

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