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 cyanV2: ColorShades = { 50: '#e6fffb', 100: '#b5f5ec', 200: '#87e8de', 300: '#5cdbd3', 400: '#36cfc9', 500: '#13c2c2', 600: '#08979c', 700: '#006d75', 800: '#00474f', 900: '#002329', };