UNPKG

react-native-material-elements

Version:

React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob

15 lines (13 loc) 264 B
import { ColorShades } from '../../theme'; export const dustRed: ColorShades = { 50: '#fff1f0', 100: '#ffccc7', 200: '#ffa39e', 300: '#ff7875', 400: '#ff4d4f', 500: '#f5222d', 600: '#cf1322', 700: '#a8071a', 800: '#820014', 900: '#5c0011', };