mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:44:12 +01:00
Some icon tweaks
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user