P5-2442 - Change color on background

This commit is contained in:
Anders Gustafsson
2018-06-01 13:33:46 +02:00
parent ff9fae1e2a
commit 2a02a255da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
// Allow touch scrolling on touch-devices larger than mobile screen sizes.
allowTouchScrolling: !util.isMobile(),
stateful: false,
backgroundColor: '#d2d2d2',
backgroundColor: '#ededed',
preserveObjectStacking: true,
selection: false,
width: dimensions.width,