UNPKG

swgs

Version:

swgs is a compatiblity layer between svg and react-native-svg

15 lines (13 loc) 298 B
const tintColor = '#2f95dc'; export default { tintColor, tabIconDefault: '#ccc', tabIconSelected: tintColor, tabBar: '#fefefe', errorBackground: 'red', errorText: '#fff', warningBackground: '#EAEB5E', warningText: '#666804', noticeBackground: tintColor, noticeText: '#fff', };