dolphin-weex-ui 2.4.20 → 2.4.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.4.20",
3
+ "version": "2.4.21",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -213,7 +213,7 @@ export default {
213
213
  },
214
214
  _popupColor() {
215
215
  if (this.popupColor) return this.popupColor
216
- return this._isColmo ? '#1c1e21' : this._isDiablo ? '#1e2326' : '#fff'
216
+ return this._isColmo ? '#232529' : this._isDiablo ? '#1e2326' : '#fff'
217
217
  },
218
218
  padStyle() {
219
219
  const { pos, width, height, _popupColor, _height } = this