@razorpay/blade 3.6.0 → 3.6.1

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.
@@ -5035,8 +5035,7 @@ var getBaseTextStyles = function getBaseTextStyles(_ref) {
5035
5035
  textDecorationLine = _ref$textDecorationLi === void 0 ? 'none' : _ref$textDecorationLi,
5036
5036
  _ref$lineHeight = _ref.lineHeight,
5037
5037
  lineHeight = _ref$lineHeight === void 0 ? 'l' : _ref$lineHeight,
5038
- _ref$textAlign = _ref.textAlign,
5039
- textAlign = _ref$textAlign === void 0 ? 'left' : _ref$textAlign,
5038
+ textAlign = _ref.textAlign,
5040
5039
  theme = _ref.theme;
5041
5040
  var textColor = get_1(theme.colors, color);
5042
5041
  var themeFontFamily = theme.typography.fonts.family[fontFamily];