Client - update sports color
This commit is contained in:
		@@ -4,17 +4,17 @@ import togeojson from '@mapbox/togeojson'
 | 
				
			|||||||
import { getDateWithTZ } from './index'
 | 
					import { getDateWithTZ } from './index'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const workoutColors = [
 | 
					export const workoutColors = [
 | 
				
			||||||
  '#F94144',
 | 
					  '#55a8a3', // Cycling (sport)
 | 
				
			||||||
  '#F3722C',
 | 
					  '#98C3A9', // Cycling (transport)
 | 
				
			||||||
  '#F8961E',
 | 
					  '#D0838A', // Hiking
 | 
				
			||||||
  '#F9844A',
 | 
					  '#ECC77E', // Mountain bike
 | 
				
			||||||
  '#F9C74F',
 | 
					  '#926692', // Running
 | 
				
			||||||
  '#90BE6D',
 | 
					  '#929292', // Walking
 | 
				
			||||||
  '#43AA8B',
 | 
					  '#f7af88', // Mountain Biking (Electric)
 | 
				
			||||||
  '#4D908E',
 | 
					  '#fbc2a6', // Trail
 | 
				
			||||||
  '#577590',
 | 
					  '#67a4bd', // Skiing (Alpine)
 | 
				
			||||||
  '#277DA1',
 | 
					  '#9498d0', // Skiing (Cross Country)
 | 
				
			||||||
  '#272DA1',
 | 
					  '#fad783', // Rowing
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const recordsLabels = [
 | 
					export const recordsLabels = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user