feat(ui): default background to checkerboard

This commit is contained in:
psychedelicious 2024-08-20 16:54:44 +10:00
parent 5dbbef4ebd
commit 3daa80c57f

View File

@ -96,7 +96,7 @@ const initialState: CanvasV2State = {
showHUD: true,
clipToBbox: false,
cropToBboxOnSave: false,
canvasBackgroundStyle: 'dynamicGrid',
canvasBackgroundStyle: 'checkerboard',
},
compositing: {
maskBlur: 16,