Colors.js 306 B

1234567891011121314
  1. const tintColor = '#FFC750'
  2. export default {
  3. tintColor,
  4. tabIconDefault: '#B4B4B4',
  5. tabIconSelected: tintColor,
  6. tabBar: '#FFFFFF',
  7. errorBackground: '#FFFFFF',
  8. errorText: '#FF0000',
  9. warningBackground: '#FFFFFF',
  10. warningText: '#FF0000',
  11. noticeBackground: tintColor,
  12. noticeText: '#fff',
  13. }