diff options
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts index ae6aa63..b0f9460 100644 --- a/src/store.ts +++ b/src/store.ts @@ -104,7 +104,7 @@ function getDefaultState(): StoreState { tickLen: 16, largeTickLen: 32, endTickSz: 8, - tickLabelHeight: 10, + tickLabelHeight: 18, minTickSep: 30, minLastTicks: 3, defaultEndTickOffset: breakpoint == 'sm' ? 0.2 : 0.5, |
