@hoddy-ui/next 2.0.41 → 2.0.42
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -918,7 +918,7 @@ var Popup = ({
|
|
|
918
918
|
...style
|
|
919
919
|
},
|
|
920
920
|
content: {
|
|
921
|
-
paddingHorizontal: bare ? void 0 : "
|
|
921
|
+
paddingHorizontal: bare ? void 0 : "15@ms"
|
|
922
922
|
// flex: 1,
|
|
923
923
|
},
|
|
924
924
|
title: {
|
|
@@ -929,7 +929,7 @@ var Popup = ({
|
|
|
929
929
|
},
|
|
930
930
|
titleIcon: {
|
|
931
931
|
position: "absolute",
|
|
932
|
-
left: "
|
|
932
|
+
left: "15@ms"
|
|
933
933
|
},
|
|
934
934
|
backdrop: {
|
|
935
935
|
position: "absolute",
|