From 151853c458348a4afccd7677deba6366ee4181eb Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Mon, 17 Aug 2026 11:37:49 +0200 Subject: feat(web): add official climb chart grids --- web/frontend/types.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/frontend/types.d.ts') 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; } -- cgit v1.2.3