@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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12675,7 +12675,7 @@ function OrderPanel({
|
|
|
12675
12675
|
{
|
|
12676
12676
|
type: "text",
|
|
12677
12677
|
inputMode: "numeric",
|
|
12678
|
-
value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.
|
|
12678
|
+
value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toLocaleString(),
|
|
12679
12679
|
style: { color: "#0ecb81" },
|
|
12680
12680
|
onFocus: (e) => {
|
|
12681
12681
|
setIsReceiveInputFocused(true);
|
|
@@ -15362,7 +15362,6 @@ var ActivityWrapper = styled9__default.default.div`
|
|
|
15362
15362
|
var NewsVideoRow = styled9__default.default.div`
|
|
15363
15363
|
display: flex;
|
|
15364
15364
|
gap: 1.5rem;
|
|
15365
|
-
margin-top: 1.5rem;
|
|
15366
15365
|
height: 700px;
|
|
15367
15366
|
align-items: stretch;
|
|
15368
15367
|
|