tek-wallet 0.0.470 → 0.0.471

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.
@@ -581,7 +581,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
581
581
  to_address: recipientAddress || "",
582
582
  network: selectedNetwork,
583
583
  memo: memo || "",
584
- }, onSuccess: close, children: (0, jsx_runtime_1.jsx)(Button_1.default.Primary, { status: !!amountError ||
584
+ }, onSuccess: close, children: (0, jsx_runtime_1.jsx)(Button_1.default.Primary, { sx: { width: "100%" }, status: !!amountError ||
585
585
  !!recipientAddressError ||
586
586
  !recipientAddress ||
587
587
  !amount ||
@@ -593,7 +593,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
593
593
  amount: "".concat(amount),
594
594
  currency_slug: (selectedToken === null || selectedToken === void 0 ? void 0 : selectedToken.slug) || "",
595
595
  to_address: recipientAddress || "",
596
- }, onSuccess: close, children: (0, jsx_runtime_1.jsx)(Button_1.default.Primary, { status: !!amountError ||
596
+ }, onSuccess: close, children: (0, jsx_runtime_1.jsx)(Button_1.default.Primary, { sx: { width: "100%" }, status: !!amountError ||
597
597
  !!recipientAddressError ||
598
598
  !recipientAddress ||
599
599
  !amount ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.470",
3
+ "version": "0.0.471",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",