mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fixes download button styling
This commit is contained in:
parent
e4cd66216e
commit
6dbc42fc1a
@ -399,11 +399,11 @@ const CurrentImageButtons = () => {
|
||||
{t('options:copyImageToLink')}
|
||||
</IAIButton>
|
||||
|
||||
<IAIButton leftIcon={<FaDownload />} size={'sm'}>
|
||||
<Link download={true} href={currentImage?.url}>
|
||||
<Link download={true} href={currentImage?.url}>
|
||||
<IAIButton leftIcon={<FaDownload />} size={'sm'} w="100%">
|
||||
{t('options:downloadImage')}
|
||||
</Link>
|
||||
</IAIButton>
|
||||
</IAIButton>
|
||||
</Link>
|
||||
</div>
|
||||
</IAIPopover>
|
||||
<IAIIconButton
|
||||
|
Loading…
Reference in New Issue
Block a user