aboutsummaryrefslogtreecommitdiff
path: root/mobile/hello-world/constants/Colors.js
blob: d8bd4150a42673bac3202cc216b36a9918f39508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const tintColor = '#2f95dc';

export default {
  tintColor,
  tabIconDefault: '#ccc',
  tabIconSelected: tintColor,
  tabBar: '#fefefe',
  errorBackground: 'red',
  errorText: '#fff',
  warningBackground: '#EAEB5E',
  warningText: '#666804',
  noticeBackground: tintColor,
  noticeText: '#fff',
};