@tap-payments/auth-jsconnect 2.10.18-development → 2.10.19-development

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.
@@ -16,8 +16,8 @@ export var QRCodeImage = styled(Icon)(function (_a) {
16
16
  var spacing = _a.theme.spacing;
17
17
  return ({
18
18
  margin: '0px auto',
19
- width: spacing(21.875),
20
- height: spacing(21.875),
19
+ width: spacing(31.25),
20
+ height: spacing(31.25),
21
21
  marginTop: spacing(2.5),
22
22
  marginBottom: spacing(2.5)
23
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.10.18-development",
3
+ "version": "2.10.19-development",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",