@rash2x/bridge-widget 0.4.3 → 0.4.4
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.mjs
CHANGED
|
@@ -8715,7 +8715,7 @@ const WalletModalButton = (props) => {
|
|
|
8715
8715
|
{
|
|
8716
8716
|
className: cn(
|
|
8717
8717
|
buttonVariants({ variant: "ghost", size: "default" }),
|
|
8718
|
-
"rounded-xs w-full px-3 gap-3"
|
|
8718
|
+
"rounded-xs w-full !hover:scale-100 !px-3 !gap-3"
|
|
8719
8719
|
),
|
|
8720
8720
|
children: [
|
|
8721
8721
|
/* @__PURE__ */ jsx(IconComponent, { className: "min-w-8 min-h-8" }),
|
|
@@ -8769,7 +8769,7 @@ const WalletModalButton = (props) => {
|
|
|
8769
8769
|
variant: "ghost",
|
|
8770
8770
|
onClick: handleConnect,
|
|
8771
8771
|
disabled: isDisabled,
|
|
8772
|
-
className: `w-full rounded-xs flex justify-start gap-3`,
|
|
8772
|
+
className: `w-full rounded-xs flex justify-start !px-3 !gap-3`,
|
|
8773
8773
|
children: [
|
|
8774
8774
|
/* @__PURE__ */ jsx(IconComponent, { className: "min-w-8 min-h-8" }),
|
|
8775
8775
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start min-w-0", children: [
|