tek-wallet 0.0.700 → 0.0.701

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.
@@ -133,7 +133,7 @@ var QrCodeReader = (0, react_1.forwardRef)(function (props, ref) {
133
133
  left: 0,
134
134
  width: "100%",
135
135
  height: "2px",
136
- backgroundImage: "linear-gradient(to right, transparent, currentColor, transparent)",
136
+ backgroundColor: "currentColor",
137
137
  } }), (0, jsx_runtime_1.jsx)("div", { style: {
138
138
  position: "absolute",
139
139
  borderTopLeftRadius: STYLES.borderRadius,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.700",
3
+ "version": "0.0.701",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",