UNPKG

@hc.ds/mobile

Version:
15 lines (14 loc) 313 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 }; //# sourceMappingURL=theme.js.map