gearboxdownloadmodal 3.0.10 → 3.0.11
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/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4138,8 +4138,7 @@ const Ni = ({
|
|
|
4138
4138
|
{
|
|
4139
4139
|
style: {
|
|
4140
4140
|
fontSize: "1rem",
|
|
4141
|
-
color: "white"
|
|
4142
|
-
backgroundColor: "#00A3FF1A"
|
|
4141
|
+
color: "white"
|
|
4143
4142
|
},
|
|
4144
4143
|
onClick: A,
|
|
4145
4144
|
children: "Copy Link"
|
|
@@ -6928,7 +6927,8 @@ const ql = /* @__PURE__ */ Ca(hl), yl = ({
|
|
|
6928
6927
|
style: {
|
|
6929
6928
|
color: "#718096",
|
|
6930
6929
|
// text-gray-500
|
|
6931
|
-
cursor: "pointer"
|
|
6930
|
+
cursor: "pointer",
|
|
6931
|
+
backgroundColor: "white"
|
|
6932
6932
|
},
|
|
6933
6933
|
children: /* @__PURE__ */ h.jsx("img", { src: Wa, alt: "close image" })
|
|
6934
6934
|
}
|