@orderly.network/portfolio 3.0.0-beta.3 → 3.0.0-beta.5
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var init_assets_ui_desktop = __esm({
|
|
|
2253
2253
|
children: totalValue ?? "--"
|
|
2254
2254
|
}
|
|
2255
2255
|
),
|
|
2256
|
-
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "div", weight: "bold", children: "USDC" })
|
|
2256
|
+
/* @__PURE__ */ jsxRuntime.jsx(ui.Text, { as: "div", weight: "bold", className: "oui-leading-6", children: "USDC" })
|
|
2257
2257
|
] })
|
|
2258
2258
|
] });
|
|
2259
2259
|
};
|