Skip to content

Commit da70476

Browse files
committed
fix: tape margin default value should be 50
!nuf
1 parent b1fa682 commit da70476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/constants/default-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const obj = {
101101
lazyMode: false,
102102
showAverage: "off",
103103
tapeMode: "off",
104-
tapeMargin: 10,
104+
tapeMargin: 50,
105105
maxLineWidth: 0,
106106
} as Config;
107107

0 commit comments

Comments
 (0)