@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.cjs
CHANGED
|
@@ -8717,7 +8717,7 @@ const WalletModalButton = (props) => {
|
|
|
8717
8717
|
{
|
|
8718
8718
|
className: utils.cn(
|
|
8719
8719
|
button.buttonVariants({ variant: "ghost", size: "default" }),
|
|
8720
|
-
"rounded-xs w-full px-3 gap-3"
|
|
8720
|
+
"rounded-xs w-full !hover:scale-100 !px-3 !gap-3"
|
|
8721
8721
|
),
|
|
8722
8722
|
children: [
|
|
8723
8723
|
/* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "min-w-8 min-h-8" }),
|
|
@@ -8771,7 +8771,7 @@ const WalletModalButton = (props) => {
|
|
|
8771
8771
|
variant: "ghost",
|
|
8772
8772
|
onClick: handleConnect,
|
|
8773
8773
|
disabled: isDisabled,
|
|
8774
|
-
className: `w-full rounded-xs flex justify-start gap-3`,
|
|
8774
|
+
className: `w-full rounded-xs flex justify-start !px-3 !gap-3`,
|
|
8775
8775
|
children: [
|
|
8776
8776
|
/* @__PURE__ */ jsxRuntime.jsx(IconComponent, { className: "min-w-8 min-h-8" }),
|
|
8777
8777
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start min-w-0", children: [
|