💄 Fix bubble preview image full size
This commit is contained in:
@@ -140,7 +140,7 @@ const BubbleIcon = ({
|
|||||||
? buttonTheme?.size === 'large'
|
? buttonTheme?.size === 'large'
|
||||||
? '36px'
|
? '36px'
|
||||||
: '28px'
|
: '28px'
|
||||||
: '90%'
|
: '100%'
|
||||||
}
|
}
|
||||||
rounded={isSvgSrc(buttonTheme.customIconSrc) ? undefined : 'full'}
|
rounded={isSvgSrc(buttonTheme.customIconSrc) ? undefined : 'full'}
|
||||||
alt="Bubble button icon"
|
alt="Bubble button icon"
|
||||||
|
|||||||
Reference in New Issue
Block a user