labsense-ui-kit 1.1.2 → 1.1.3

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.
@@ -2903,8 +2903,8 @@ var Span = styled.span(_templateObject2$1 || (_templateObject2$1 = _taggedTempla
2903
2903
  var $fontSize = _ref40.$fontSize;
2904
2904
  return $fontSize ? $fontSize : '16px';
2905
2905
  }, function (_ref41) {
2906
- var color = _ref41.color;
2907
- return color ? color : colorVariables.text.medium;
2906
+ var $color = _ref41.$color;
2907
+ return $color ? $color : colorVariables.text.medium;
2908
2908
  }, function (_ref42) {
2909
2909
  var $lineHeight = _ref42.$lineHeight;
2910
2910
  return $lineHeight ? $lineHeight : '100%';