diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 11:37:49 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 11:37:49 +0200 |
| commit | 151853c458348a4afccd7677deba6366ee4181eb (patch) | |
| tree | 56bd008795be992f618820735a496ec862973919 /web/frontend/types.d.ts | |
| parent | 2890f7cfbe9c6bca3210a23bb2275847d38b39cc (diff) | |
feat(web): add official climb chart grids
Diffstat (limited to 'web/frontend/types.d.ts')
| -rw-r--r-- | web/frontend/types.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/frontend/types.d.ts b/web/frontend/types.d.ts index c53b7e5..0b59dac 100644 --- a/web/frontend/types.d.ts +++ b/web/frontend/types.d.ts @@ -80,6 +80,8 @@ export interface OfficialProfileColors { "9-plus": string; plotSurface: string; grid: string; + xGrid: string; + yGrid: string; subtle: string; accent: string; } |