@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.esm.js
CHANGED
|
@@ -26321,9 +26321,9 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
26321
26321
|
autoPay = _ref2.autoPay,
|
|
26322
26322
|
themeValues = _ref2.themeValues;
|
|
26323
26323
|
return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
|
|
26324
|
-
padding: "0
|
|
26325
|
-
extraStyles: "margin-right:
|
|
26326
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
26324
|
+
padding: "0",
|
|
26325
|
+
extraStyles: "margin-right: 8px;"
|
|
26326
|
+
}, /*#__PURE__*/React__default.createElement(BankIconLarge, null)), /*#__PURE__*/React__default.createElement(Stack, {
|
|
26327
26327
|
childGap: "0"
|
|
26328
26328
|
}, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
|
|
26329
26329
|
color: themeValues.textColor
|