@matchain/matchid-sdk-react 0.1.44-alpha.0 → 0.1.44-alpha.1

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -371,8 +371,7 @@ body {
371
371
  backdrop-filter: blur(2px);
372
372
  background: rgba(0, 0, 0, .3);
373
373
  @media screen and (max-width: 768px) {
374
- align-items: flex-end;
375
- padding-bottom: calc(32px + env(safe-area-inset-bottom));
374
+ align-items: center;
376
375
  }
377
376
  }
378
377
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.44-alpha.0",
3
+ "version": "0.1.44-alpha.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {