@rash2x/bridge-widget 0.1.34 → 0.1.36

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.
@@ -1640,7 +1640,7 @@ const RefreshButton = () => {
1640
1640
  onClick: handleRefresh,
1641
1641
  disabled: spinning,
1642
1642
  variant: "secondary",
1643
- className: "bg-card text-card-foreground h-9",
1643
+ className: "bg-card text-card-foreground hover:text-card-foreground h-9",
1644
1644
  size: "sm",
1645
1645
  children: /* @__PURE__ */ jsxRuntime.jsx(
1646
1646
  ReloadIcon,
@@ -3829,7 +3829,7 @@ const WalletSelectModal = () => {
3829
3829
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "py-2 font-semibold text-muted-foreground uppercase", children: t("wallets.connected") }),
3830
3830
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "", children: connectedWallets.map((wallet) => {
3831
3831
  const IconComponent = wallet.icon;
3832
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "-mx-3", children: /* @__PURE__ */ jsxRuntime.jsxs(button.Button, { className: "w-full cursor-pointer bg-transparent flex shadow-none items-center justify-start gap-3 px-3 py-3 hover:bg-muted h-auto rounded-md", children: [
3832
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "-mx-3", children: /* @__PURE__ */ jsxRuntime.jsxs(button.Button, { className: "w-full cursor-pointer bg-transparent flex shadow-none items-center justify-start gap-3 px-3 py-3 h-auto rounded-md hover:bg-accent hover:scale-100", children: [
3833
3833
  /* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "min-w-8 min-h-8" }),
3834
3834
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start min-w-0", children: [
3835
3835
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-foreground text-sm leading-4 truncate", children: short(wallet.address) }),