diff --git a/docs/index.html b/docs/index.html index 53b7b2cb..edd9302d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ - + diff --git a/index.html b/index.html index 0a5508ec..c0f33189 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + diff --git a/src/apps/designeditor/plugins/layer-append-view/LayerAppendView.js b/src/apps/designeditor/plugins/layer-append-view/LayerAppendView.js index 69f704ec..9f0f7f95 100644 --- a/src/apps/designeditor/plugins/layer-append-view/LayerAppendView.js +++ b/src/apps/designeditor/plugins/layer-append-view/LayerAppendView.js @@ -99,7 +99,7 @@ export default class LayerAppendView extends EditorElement { : this.$viewport.getWorldPosition(e); this.state.dragStart = true; - this.state.color = "#C4C4C4"; //Color.random() + this.state.color = "#ececec"; //Color.random() this.state.text = ""; const minX = this.initMousePoint[0];