@rash2x/bridge-widget 0.3.1 → 0.3.2
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/evaa-bridge.cjs +2 -2
- package/dist/evaa-bridge.cjs.map +1 -1
- package/dist/evaa-bridge.mjs +2 -2
- package/dist/evaa-bridge.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -2322,7 +2322,7 @@ const WalletBalance = (props) => {
|
|
|
2322
2322
|
variant: "ghost",
|
|
2323
2323
|
size: "sm",
|
|
2324
2324
|
onClick: onMaxClick,
|
|
2325
|
-
className: "h-auto p-0 px-0 text-xs font-medium
|
|
2325
|
+
className: "h-auto p-0 px-0 text-xs text-link font-medium underline hover:opacity-70 cursor-pointer rounded-none",
|
|
2326
2326
|
children: t("bridge.max")
|
|
2327
2327
|
}
|
|
2328
2328
|
)
|
|
@@ -2410,7 +2410,7 @@ const TokenInput = react.forwardRef(
|
|
|
2410
2410
|
[max, onAmountChange]
|
|
2411
2411
|
);
|
|
2412
2412
|
if (showSkeleton && readOnly) {
|
|
2413
|
-
return /* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: utils.cn("h-8 my-2 w-1/3 rounded-md", className) });
|
|
2413
|
+
return /* @__PURE__ */ jsxRuntime.jsx(skeleton.Skeleton, { className: utils.cn("h-8 my-2 w-1/3 bg-secondary rounded-md", className) });
|
|
2414
2414
|
}
|
|
2415
2415
|
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2416
2416
|
input.Input,
|