@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.mjs
CHANGED
|
@@ -875,7 +875,7 @@ var Popup = ({
|
|
|
875
875
|
...style
|
|
876
876
|
},
|
|
877
877
|
content: {
|
|
878
|
-
paddingHorizontal: bare ? void 0 : "
|
|
878
|
+
paddingHorizontal: bare ? void 0 : "15@ms"
|
|
879
879
|
// flex: 1,
|
|
880
880
|
},
|
|
881
881
|
title: {
|
|
@@ -886,7 +886,7 @@ var Popup = ({
|
|
|
886
886
|
},
|
|
887
887
|
titleIcon: {
|
|
888
888
|
position: "absolute",
|
|
889
|
-
left: "
|
|
889
|
+
left: "15@ms"
|
|
890
890
|
},
|
|
891
891
|
backdrop: {
|
|
892
892
|
position: "absolute",
|