diff options
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; |