UNPKG

@hc.ds/mobile

Version:
16 lines (13 loc) 295 B
/** * Theme map */ import { Colors } from '../Colors'; export const IconTheme = { primary: Colors.primary[100], success: Colors.success[100], danger: Colors.danger[100], warning: Colors.warning[100], light: Colors.white, dark: Colors.text, weak: Colors.weak, };