2
0

💄 Fix bubble preview image full size

This commit is contained in:
Baptiste Arnaud
2024-05-17 10:10:46 +02:00
parent fa45564504
commit 8151d7fd90

View File

@ -140,7 +140,7 @@ const BubbleIcon = ({
? buttonTheme?.size === 'large'
? '36px'
: '28px'
: '90%'
: '100%'
}
rounded={isSvgSrc(buttonTheme.customIconSrc) ? undefined : 'full'}
alt="Bubble button icon"