UNPKG

@amir-hossein-karimi/toastify-react-native

Version:

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

18 lines (17 loc) • 330 B
export const Colors: any = { light: { text: '#4c4c4c', back: '#ffffff', }, dark: { text: '#ffffff', back: '#4c4c4c', }, default: '#3498db', info: '#3498db', success: '#07bc0c', warn: '#f1c40f', error: '#e74c3c', textDefault: '#4c4c4c', textDark: 'black', };