88bf678ce3
* Extract monetary constants to a single file economy.ts * Add missing import * Allow environments to override any econ variable * Update imports * Update more imports * Fix import
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
export const NUMERIC_BUCKET_COUNT = 200
|
|
export const NUMERIC_FIXED_VAR = 0.005
|
|
|
|
export const NUMERIC_GRAPH_COLOR = '#5fa5f9'
|
|
export const NUMERIC_TEXT_COLOR = 'text-blue-500'
|