UNPKG

reactnativecomponents

Version:
21 lines (20 loc) 417 B
/** * @author 田尘殇Sean(sean.snow@live.com) create at 2017/12/20 */ export const blue = { 50: '#e3f2fd', 100: '#bbdefb', 200: '#90caf9', 300: '#64b5f6', 400: '#42a5f5', 500: '#2196f3', 600: '#1e88e5', 700: '#1976d2', 800: '#1565c0', 900: '#0d47a1', A100: '#82b1ff', A200: '#448aff', A400: '#2979ff', A700: '#2962ff', contrastDefaultColor: 'light', };