UNPKG

react-native-dynamic-shimmer

Version:
13 lines 264 B
/** * A collection of color constants used throughout the application. * */ const colors = { white: '#ffffff', black: '#000000', blue: '#05259b', gray: '#9b9b9b', green: '#008000', }; export default colors; //# sourceMappingURL=Colors.js.map