@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.
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1540,7 +1540,7 @@ const RefreshButton = () => {
|
|
|
1540
1540
|
onClick: handleRefresh,
|
|
1541
1541
|
disabled: spinning,
|
|
1542
1542
|
variant: "secondary",
|
|
1543
|
-
className: "bg-card h-9",
|
|
1543
|
+
className: "bg-card text-card-foreground h-9",
|
|
1544
1544
|
size: "sm",
|
|
1545
1545
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1546
1546
|
ReloadIcon,
|
|
@@ -1568,7 +1568,7 @@ const SelectTokenButton = ({
|
|
|
1568
1568
|
onClick,
|
|
1569
1569
|
size: "sm",
|
|
1570
1570
|
variant: "secondary",
|
|
1571
|
-
className: "shrink-0 gap-2 bg-card h-9",
|
|
1571
|
+
className: "shrink-0 gap-2 bg-card text-card-foreground h-9",
|
|
1572
1572
|
type: "button",
|
|
1573
1573
|
"aria-label": label,
|
|
1574
1574
|
children: [
|
|
@@ -1616,7 +1616,7 @@ const FormHeaderComponent = () => {
|
|
|
1616
1616
|
{
|
|
1617
1617
|
onClick: onOpenSettings,
|
|
1618
1618
|
size: "sm",
|
|
1619
|
-
className: "bg-card h-9",
|
|
1619
|
+
className: "bg-card text-card-foreground h-9",
|
|
1620
1620
|
variant: "secondary",
|
|
1621
1621
|
children: /* @__PURE__ */ jsxRuntime.jsx(BoltIcon, { stroke: "currentColor" })
|
|
1622
1622
|
}
|
|
@@ -2193,7 +2193,7 @@ const SwapButton = () => {
|
|
|
2193
2193
|
variant: "secondary",
|
|
2194
2194
|
size: "sm",
|
|
2195
2195
|
className: utils.cn(
|
|
2196
|
-
"bg-card h-9",
|
|
2196
|
+
"bg-card text-card-foreground h-9",
|
|
2197
2197
|
"absolute top-1/2 -translate-y-1/2 left-1/2 -translate-x-1/2",
|
|
2198
2198
|
!canSwap || isSwapping ? "opacity-50 cursor-not-allowed" : "hover:scale-110"
|
|
2199
2199
|
),
|
|
@@ -2249,7 +2249,7 @@ const SelectNetworkButton = ({
|
|
|
2249
2249
|
size: "sm",
|
|
2250
2250
|
variant: "secondary",
|
|
2251
2251
|
type: "button",
|
|
2252
|
-
className: "shrink-0 gap-2 bg-card h-9",
|
|
2252
|
+
className: "shrink-0 gap-2 bg-card text-card-foreground h-9",
|
|
2253
2253
|
"aria-label": label,
|
|
2254
2254
|
children: [
|
|
2255
2255
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-2 items-center", children: [
|