@mxenabled/connect-widget 0.10.3 → 0.10.4
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 +3 -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
|
@@ -74061,8 +74061,10 @@ const getStyles$l = (tokens) => ({
|
|
|
74061
74061
|
flexDirection: "column"
|
|
74062
74062
|
},
|
|
74063
74063
|
svg: {
|
|
74064
|
+
display: "flex",
|
|
74065
|
+
alignItems: "center",
|
|
74064
74066
|
margin: "0 auto",
|
|
74065
|
-
width:
|
|
74067
|
+
width: 240
|
|
74066
74068
|
},
|
|
74067
74069
|
title: {
|
|
74068
74070
|
marginBottom: tokens.Spacing.XSmall
|