diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 09:06:41 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 09:06:41 +0200 |
| commit | 2a20ea69a3d62c32c09e62e756a872a3042372b2 (patch) | |
| tree | e57fb5a35ba19ae252fb32f7f95e9f585d7973d7 /web/frontend/types.d.ts | |
| parent | fcbfad33a8e8fdb671d2907b55a8074df9a558e6 (diff) | |
feat(web): refine ride profile climb labels
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 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; |