From 2a20ea69a3d62c32c09e62e756a872a3042372b2 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Mon, 17 Aug 2026 09:06:41 +0200 Subject: feat(web): refine ride profile climb labels --- 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 6fa9976..a5e83b8 100644 --- a/web/frontend/types.d.ts +++ b/web/frontend/types.d.ts @@ -92,6 +92,8 @@ export interface RideDetailColors { forest: string; plotSurfaceOverlay: string; accentFill: string; + profileFill: string; + profileLine: string; climbLabel: string; crossing: string; crossingLabel: string; -- cgit v1.2.3