mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
Fix graphql and other things
This commit is contained in:
@@ -20,7 +20,7 @@ export const IconButton = forwardRef<HTMLButtonElement, Props>(function IconButt
|
||||
'text-gray-700 hover:text-gray-1000',
|
||||
'!px-0',
|
||||
size === 'md' && 'w-9',
|
||||
size === 'sm' && 'w-9',
|
||||
size === 'sm' && 'w-8',
|
||||
)}
|
||||
size={size}
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user