fixes download button styling

This commit is contained in:
psychedelicious 2023-01-27 20:23:12 +11:00
parent e4cd66216e
commit 6dbc42fc1a

View File

@ -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