feat: new cockpit
This commit is contained in:
5
frontend/src/constants/assetColors.ts
Normal file
5
frontend/src/constants/assetColors.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const ASSET_CLASS_COLORS: Record<string, string> = {
|
||||
energy: '#f97316', metals: '#eab308', agriculture: '#84cc16',
|
||||
equities: '#22c55e', indices: '#3b82f6', forex: '#8b5cf6', rates: '#06b6d4',
|
||||
unknown: '#64748b',
|
||||
}
|
||||
Reference in New Issue
Block a user