@thecb/components 11.11.1-beta.0 → 11.11.1-beta.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.
package/dist/index.cjs.js CHANGED
@@ -26329,9 +26329,9 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26329
26329
  autoPay = _ref2.autoPay,
26330
26330
  themeValues = _ref2.themeValues;
26331
26331
  return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
26332
- padding: "0.25rem 0 0 0",
26333
- extraStyles: "margin-right: 1rem;"
26334
- }, /*#__PURE__*/React__default.createElement(BankIcon, null)), /*#__PURE__*/React__default.createElement(Stack, {
26332
+ padding: "0",
26333
+ extraStyles: "margin-right: 8px;"
26334
+ }, /*#__PURE__*/React__default.createElement(BankIconLarge, null)), /*#__PURE__*/React__default.createElement(Stack, {
26335
26335
  childGap: "0"
26336
26336
  }, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
26337
26337
  color: themeValues.textColor