@app-studio/web 0.3.41 → 0.3.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/web.esm.js CHANGED
@@ -2876,12 +2876,10 @@ var FieldIcons = function FieldIcons(_ref) {
2876
2876
  props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2877
2877
  return React.createElement(Center, Object.assign({
2878
2878
  gap: 10,
2879
- top: "50%",
2880
2879
  right: 16,
2881
2880
  zIndex: 500,
2882
2881
  wrap: "nowrap",
2883
- position: "absolute",
2884
- transform: "translateY(-50%)"
2882
+ position: "absolute"
2885
2883
  }, props), children);
2886
2884
  };
2887
2885