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) 263 B
import { ColorShades } from '../../theme'; export const limeV2: ColorShades = { 50: '#fcffe6', 100: '#f4ffb8', 200: '#eaff8f', 300: '#d3f261', 400: '#bae637', 500: '#a0d911', 600: '#7cb305', 700: '#5b8c00', 800: '#3f6600', 900: '#254000', };