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) 266 B
import { ColorShades } from '../../theme'; export const secondary: ColorShades = { 50: '#e6f7ff', 100: '#bae7ff', 200: '#91d5ff', 300: '#69c0ff', 400: '#40a9ff', 500: '#1890ff', 600: '#096dd9', 700: '#0050b3', 800: '#003a8c', 900: '#002766', };