Skip to content

Commit 65efb3e

Browse files
authored
fix: unified grid settings (#19)
1 parent 8bb75f9 commit 65efb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/ExcalidrawWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const defaultInitialData = {
1111
elements: [],
1212
appState: {
1313
gridModeEnabled: true,
14-
gridSize: 40,
14+
gridSize: 20,
1515
gridStep: 5,
1616
},
1717
files: {},

0 commit comments

Comments
 (0)