Searched refs:colorForState (Results 1 – 2 of 2) sorted by relevance
21 import {colorForState} from '../../frontend/colorizer';78 const color = colorForState(state);107 const color = colorForState(state);
65 export function colorForState(state: string): Color { function