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 greekBlue: ColorShades = { 50: '#f0f5ff', 100: '#d6e4ff', 200: '#adc6ff', 300: '#85a5ff', 400: '#597ef7', 500: '#2f54eb', 600: '#1d39c4', 700: '#10239e', 800: '#061178', 900: '#030852', };