aio-popup 3.2.0 → 3.2.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/index.css +4 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -1,4 +1,3 @@
1
- /*version 3.2.0*/
2
1
  .aio-popup-backdrop {
3
2
  position: fixed;
4
3
  display: flex;
@@ -427,4 +426,8 @@
427
426
  color: dodgerblue;
428
427
  border: none;
429
428
  background: none;
429
+ }
430
+
431
+ .aio-popup-confirm .aio-popup-body{
432
+ padding:12px;
430
433
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-popup",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "handle all types of popup and modals in react",
5
5
  "main": "index.js",
6
6
  "scripts": {