| 1234567891011121314 |
- const tintColor = '#2f95dc';
- export default {
- tintColor,
- tabIconDefault: '#ccc',
- tabIconSelected: tintColor,
- tabBar: '#fefefe',
- errorBackground: 'red',
- errorText: '#fff',
- warningBackground: '#EAEB5E',
- warningText: '#666804',
- noticeBackground: tintColor,
- noticeText: '#fff',
- };
|