Skip to content

Commit fa390c3

Browse files
committed
Change canvas artboard background color to be 1 shade lighter
1 parent ea2d003 commit fa390c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/panels/Document.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
}
223223
224224
.canvas {
225-
background: var(--color-1-nearblack);
225+
background: var(--color-2-mildblack);
226226
width: 100%;
227227
height: 100%;
228228
// Allows the SVG to be placed at explicit integer values of width and height to prevent non-pixel-perfect SVG scaling

0 commit comments

Comments
 (0)