summaryrefslogtreecommitdiff
path: root/web/frontend/types.d.ts
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-17 11:37:49 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-17 11:37:49 +0200
commit151853c458348a4afccd7677deba6366ee4181eb (patch)
tree56bd008795be992f618820735a496ec862973919 /web/frontend/types.d.ts
parent2890f7cfbe9c6bca3210a23bb2275847d38b39cc (diff)
feat(web): add official climb chart grids
Diffstat (limited to 'web/frontend/types.d.ts')
-rw-r--r--web/frontend/types.d.ts2
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;
}