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) 267 B
import { ColorShades } from '../../theme'; export const polarGreen: ColorShades = { 50: '#f6ffed', 100: '#d9f7be', 200: '#b7eb8f', 300: '#95de64', 400: '#73d13d', 500: '#52c41a', 600: '#389e0d', 700: '#237804', 800: '#135200', 900: '#092b00', };