sve-react-native-lib
Version:
Libreria de componentes de react-native para la sve
24 lines (23 loc) • 530 B
JavaScript
const tintColor = '#2f95dc';
export default {
tintColor,
tabIconDefault: '#ccc',
tabIconSelected: tintColor,
tabBar: '#fefefe',
errorBackground: 'red',
errorText: '#fff',
warningBackground: '#EAEB5E',
warningText: '#666804',
noticeBackground: tintColor,
noticeText: '#fff',
red:'#FF8383',
green:'#00DFC3',
yellow:'#FFE186',
blue:'#03A9F4',
white:'#FFFFFF',
blueSVE:'#04B5EB',
black:'#000000',
gray:'#DCDCDC',
purple:'#6200EE',
modalBackground:'rgba(0, 0, 0, 0.8)'
};