@threedddplus/logoeditor 0.0.96 → 0.0.97

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.
@@ -4407,7 +4407,7 @@ var converterSlice = function converterSlice(set, get) {
4407
4407
  use3dddPlus.getState().fabricCanvas.discardActiveObject();
4408
4408
  var text = new fabric.Text('NEW TEXT', {
4409
4409
  lineHeight: 1,
4410
- fill: '#000',
4410
+ fill: '#040404',
4411
4411
  fontFamily: 'Athletic Block',
4412
4412
  fontWeight: 'normal',
4413
4413
  top: use3dddPlus.getState().fabricCanvas.height / 2 - 40,