UNPKG

react-native-ecommerce-components

Version:

A compilation of components to optimize the development of your ecommerce

15 lines (14 loc) 314 B
const colors = { background: 'lightgrey', white: '#efefef', grey: '#4b4b4b90', borderWhite: '#f2f2f2', blue: '#433add', errorRed: '#FF0000', text: '#333333', placeholder: '#666666', mainOne: '#009387', mainTwo: '#08d4c4', mainThree: '#01ab9d', }; export default colors;