@matchain/matchid-sdk-react 0.1.24 → 0.1.25
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2051,7 +2051,7 @@ function SOLIcon({
|
|
|
2051
2051
|
y2: "32.8098",
|
|
2052
2052
|
gradientUnits: "userSpaceOnUse",
|
|
2053
2053
|
children: [
|
|
2054
|
-
/* @__PURE__ */ jsx36("stop", {
|
|
2054
|
+
/* @__PURE__ */ jsx36("stop", { stopColor: "#00FFA3" }),
|
|
2055
2055
|
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2056
2056
|
]
|
|
2057
2057
|
}
|
|
@@ -2067,7 +2067,7 @@ function SOLIcon({
|
|
|
2067
2067
|
gradientUnits: "userSpaceOnUse",
|
|
2068
2068
|
children: [
|
|
2069
2069
|
/* @__PURE__ */ jsx36("stop", { stopColor: "#00FFA3" }),
|
|
2070
|
-
/* @__PURE__ */ jsx36("stop", { offset: "1",
|
|
2070
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2071
2071
|
]
|
|
2072
2072
|
}
|
|
2073
2073
|
),
|