@mxenabled/connect-widget 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -56417,7 +56417,8 @@ const ClientLogo = ({
|
|
|
56417
56417
|
{
|
|
56418
56418
|
alt,
|
|
56419
56419
|
className: `${dist.css({
|
|
56420
|
-
borderRadius: tokens.BorderRadius.Large
|
|
56420
|
+
borderRadius: tokens.BorderRadius.Large,
|
|
56421
|
+
backgroundColor: tokens.Color.NeutralWhite
|
|
56421
56422
|
})} ${className}`,
|
|
56422
56423
|
height: size,
|
|
56423
56424
|
onError: (e) => e.target.src = backUpSrc,
|