mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:31:21 +02:00
Some icon tweaks
This commit is contained in:
@@ -103,7 +103,7 @@ export const ResponsePane = memo(function ResponsePane({ style, className }: Pro
|
|||||||
icon="triangleDown"
|
icon="triangleDown"
|
||||||
className="ml-auto"
|
className="ml-auto"
|
||||||
size="sm"
|
size="sm"
|
||||||
iconSize="sm"
|
iconSize="md"
|
||||||
/>
|
/>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -54,11 +54,11 @@ export const UrlBar = memo(function UrlBar({ id: requestId, url, method, classNa
|
|||||||
}
|
}
|
||||||
rightSlot={
|
rightSlot={
|
||||||
<IconButton
|
<IconButton
|
||||||
size="sm"
|
size="xs"
|
||||||
|
iconSize="sm"
|
||||||
title="Send Request"
|
title="Send Request"
|
||||||
type="submit"
|
type="submit"
|
||||||
color="custom"
|
className="w-8 mr-0.5"
|
||||||
className="!px-2 mr-0.5"
|
|
||||||
icon={loading ? 'update' : 'paperPlane'}
|
icon={loading ? 'update' : 'paperPlane'}
|
||||||
spin={loading}
|
spin={loading}
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ const _IconButton = forwardRef<HTMLButtonElement, Props>(function IconButton(
|
|||||||
'!px-0',
|
'!px-0',
|
||||||
size === 'md' && 'w-9',
|
size === 'md' && 'w-9',
|
||||||
size === 'sm' && 'w-8',
|
size === 'sm' && 'w-8',
|
||||||
size === 'xs' && 'w-7',
|
size === 'xs' && 'w-6',
|
||||||
)}
|
)}
|
||||||
size={size}
|
size={size}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user