@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.cjs.js CHANGED
@@ -26333,7 +26333,7 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26333
26333
  }, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
26334
26334
  variant: "p",
26335
26335
  color: themeValues.autopayTextColor,
26336
- extraStyles: "font-style: italic;"
26336
+ extraStyles: "font-style: italic; font-size: .75rem;"
26337
26337
  }, "Autopay On")));
26338
26338
  };
26339
26339
  var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$o);