@rash2x/bridge-widget 0.1.26 → 0.1.27

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.
@@ -1517,7 +1517,7 @@ const RefreshButton = () => {
1517
1517
  onClick: handleRefresh,
1518
1518
  disabled: spinning,
1519
1519
  variant: "secondary",
1520
- className: "bg-card h-9",
1520
+ className: "bg-card text-card-foreground h-9",
1521
1521
  size: "sm",
1522
1522
  children: /* @__PURE__ */ jsx(
1523
1523
  ReloadIcon,
@@ -1545,7 +1545,7 @@ const SelectTokenButton = ({
1545
1545
  onClick,
1546
1546
  size: "sm",
1547
1547
  variant: "secondary",
1548
- className: "shrink-0 gap-2 bg-card h-9",
1548
+ className: "shrink-0 gap-2 bg-card text-card-foreground h-9",
1549
1549
  type: "button",
1550
1550
  "aria-label": label,
1551
1551
  children: [
@@ -1593,7 +1593,7 @@ const FormHeaderComponent = () => {
1593
1593
  {
1594
1594
  onClick: onOpenSettings,
1595
1595
  size: "sm",
1596
- className: "bg-card h-9",
1596
+ className: "bg-card text-card-foreground h-9",
1597
1597
  variant: "secondary",
1598
1598
  children: /* @__PURE__ */ jsx(BoltIcon, { stroke: "currentColor" })
1599
1599
  }
@@ -2170,7 +2170,7 @@ const SwapButton = () => {
2170
2170
  variant: "secondary",
2171
2171
  size: "sm",
2172
2172
  className: cn(
2173
- "bg-card h-9",
2173
+ "bg-card text-card-foreground h-9",
2174
2174
  "absolute top-1/2 -translate-y-1/2 left-1/2 -translate-x-1/2",
2175
2175
  !canSwap || isSwapping ? "opacity-50 cursor-not-allowed" : "hover:scale-110"
2176
2176
  ),
@@ -2226,7 +2226,7 @@ const SelectNetworkButton = ({
2226
2226
  size: "sm",
2227
2227
  variant: "secondary",
2228
2228
  type: "button",
2229
- className: "shrink-0 gap-2 bg-card h-9",
2229
+ className: "shrink-0 gap-2 bg-card text-card-foreground h-9",
2230
2230
  "aria-label": label,
2231
2231
  children: [
2232
2232
  /* @__PURE__ */ jsxs("div", { className: "flex gap-2 items-center", children: [