Searched refs:textColorForState (Results 1 – 2 of 2) sorted by relevance
23 import {colorForState, textColorForState} from '../common/colorizer';124 const textColor = textColorForState(data.states[i]);
120 export function textColorForState(stateCode: string): string { function