@xqmsg/ui-core 0.16.6 → 0.16.7

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.
@@ -1574,8 +1574,7 @@ var Label$1 = function Label(_ref) {
1574
1574
  isRequired = _ref.isRequired,
1575
1575
  label = _ref.label;
1576
1576
  return /*#__PURE__*/React__default.createElement(FormLabel$1, {
1577
- display: "flex",
1578
- alignItems: "center"
1577
+ display: "flex"
1579
1578
  }, label, isRequired && /*#__PURE__*/React__default.createElement(Box, {
1580
1579
  ml: 1,
1581
1580
  color: colors.label.error
@@ -2452,11 +2451,9 @@ function baseStyleRequiredIndicator() {
2452
2451
 
2453
2452
  function baseStyleHelperText() {
2454
2453
  return {
2455
- position: 'absolute',
2456
- color: colors.label.secondary.light,
2457
2454
  mt: 1,
2458
2455
  ml: 1,
2459
- bottom: 0,
2456
+ color: colors.label.secondary.light,
2460
2457
  fontSize: '13px'
2461
2458
  };
2462
2459
  }