Colors.js 298 B

1234567891011121314
  1. const tintColor = '#2f95dc';
  2. export default {
  3. tintColor,
  4. tabIconDefault: '#ccc',
  5. tabIconSelected: tintColor,
  6. tabBar: '#fefefe',
  7. errorBackground: 'red',
  8. errorText: '#fff',
  9. warningBackground: '#EAEB5E',
  10. warningText: '#666804',
  11. noticeBackground: tintColor,
  12. noticeText: '#fff',
  13. };