Client - [PR84/93] add new sports

This commit is contained in:
Sam
2021-11-03 19:20:38 +01:00
parent 1e397bbfc2
commit 0a21cec513
10 changed files with 286 additions and 1 deletions

View File

@ -7,7 +7,12 @@ export const sportColors: Record<string, string> = {
'Cycling (Transport)': '#88af98',
Hiking: '#bb757c',
'Mountain Biking': '#d4b371',
'Mountain Biking (Electric)': '#fc9d6f',
Rowing: '#fcce72',
Running: '#835b83',
'Skiing (Alpine)': '#67a4bd',
'Skiing (Cross Country)': '#9498d0',
Trail: '#09a98a',
Walking: '#838383',
}