@thecb/components 11.9.1-beta.4 → 11.9.1-beta.5

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.esm.js CHANGED
@@ -26325,7 +26325,7 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26325
26325
  }, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
26326
26326
  variant: "p",
26327
26327
  color: themeValues.autopayTextColor,
26328
- extraStyles: "font-style: italic;"
26328
+ extraStyles: "font-style: italic; font-size: .75rem;"
26329
26329
  }, "Autopay On")));
26330
26330
  };
26331
26331
  var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$o);