@coder-shubh/react-native-pop-up-confirmation
Version:
A costomizable and easy-to-use pop-up component for React-Native Application.
15 lines (13 loc) • 368 B
JavaScript
const Colors = {
primary_theme_background: '#222531',
Secondary_theme: '#16181F',
indicatorColor: '#D9D9D9',
buttonPrimaryColor: '#30853A',
textPrimaryColor: '#30853A',
placeholdercolor: '#6A6A6A',
modalBackground:'rgba(0,0,0,0.5)',
white:'#fff',
text:'#EEF0ED',
OuterLine:'#E3E3E3'
};
export default Colors;