@loafmarkets/ui 0.1.272 → 0.1.274

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.mjs CHANGED
@@ -12649,7 +12649,7 @@ function OrderPanel({
12649
12649
  {
12650
12650
  type: "text",
12651
12651
  inputMode: "numeric",
12652
- value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toString(),
12652
+ value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toLocaleString(),
12653
12653
  style: { color: "#0ecb81" },
12654
12654
  onFocus: (e) => {
12655
12655
  setIsReceiveInputFocused(true);
@@ -15336,7 +15336,6 @@ var ActivityWrapper = styled9.div`
15336
15336
  var NewsVideoRow = styled9.div`
15337
15337
  display: flex;
15338
15338
  gap: 1.5rem;
15339
- margin-top: 1.5rem;
15340
15339
  height: 700px;
15341
15340
  align-items: stretch;
15342
15341