@arcblock/ux 2.9.71 → 2.9.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,8 @@ export default function Confirm({
64
64
  },
65
65
  content: {
66
66
  sx: {
67
- paddingTop: '0!important'
67
+ paddingTop: '0!important',
68
+ border: 'none!important'
68
69
  }
69
70
  }
70
71
  },
@@ -76,7 +76,8 @@ function Confirm(_ref) {
76
76
  },
77
77
  content: {
78
78
  sx: {
79
- paddingTop: '0!important'
79
+ paddingTop: '0!important',
80
+ border: 'none!important'
80
81
  }
81
82
  }
82
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.9.71",
3
+ "version": "2.9.72",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -359,12 +359,12 @@
359
359
  "react": ">=18.2.0",
360
360
  "react-router-dom": ">=6.22.3"
361
361
  },
362
- "gitHead": "472ec48604515c1dd0d6ea46665d597091fe6d14",
362
+ "gitHead": "4400bf9e1e2b461926c1e00def2a95d484e74be2",
363
363
  "dependencies": {
364
364
  "@arcblock/did-motif": "^1.1.13",
365
- "@arcblock/icons": "^2.9.71",
366
- "@arcblock/nft-display": "^2.9.71",
367
- "@arcblock/react-hooks": "^2.9.71",
365
+ "@arcblock/icons": "^2.9.72",
366
+ "@arcblock/nft-display": "^2.9.72",
367
+ "@arcblock/react-hooks": "^2.9.72",
368
368
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
369
369
  "@emotion/react": "^11.10.4",
370
370
  "@emotion/styled": "^11.10.4",
@@ -67,7 +67,10 @@ export default function Confirm({
67
67
  },
68
68
  },
69
69
  content: {
70
- sx: { paddingTop: '0!important' },
70
+ sx: {
71
+ paddingTop: '0!important',
72
+ border: 'none!important',
73
+ },
71
74
  },
72
75
  }}
73
76
  actions={