@rango-dev/widget-embedded 0.1.11-next.20 → 0.1.11-next.21

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.
@@ -1782,9 +1782,9 @@ function Home() {
1782
1782
  type: "error",
1783
1783
  title: `${swap?.swapperId} Limit`
1784
1784
  }, React.createElement(React.Fragment, null, React.createElement(Typography, {
1785
- variant: "body3"
1785
+ variant: "body2"
1786
1786
  }, `${fromAmountRangeError}, Yours: ${numberToString(swap?.fromAmount || null)} ${swap?.from.symbol}`), React.createElement(Typography, {
1787
- variant: "body3"
1787
+ variant: "body2"
1788
1788
  }, recommendation)))), React.createElement(Footer, null, React.createElement(Button, {
1789
1789
  type: "primary",
1790
1790
  align: "grow",
@@ -2244,8 +2244,8 @@ function BalanceErrors(_ref) {
2244
2244
  }, messages.map(warning => React.createElement(ListItem, {
2245
2245
  showListStyle: showListStyle
2246
2246
  }, React.createElement(Message, {
2247
- variant: "body3"
2248
- }, "- ", warning)))));
2247
+ variant: "body2"
2248
+ }, warning)))));
2249
2249
  }
2250
2250
 
2251
2251
  function ConfirmSwapErrors(errors) {