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 volcano: ColorShades = { 50: '#fff2e8', 100: '#ffd8bf', 200: '#ffbb96', 300: '#ff7a45', 400: '#ff7a45', 500: '#fa541c', 600: '#ad2102', 700: '#ad2102', 800: '#871400', 900: '#610b00', };