@deboxsoft/react-native-elements
Version:
React Native Elements & UI Toolkit
21 lines (19 loc) • 504 B
JavaScript
import { StyleSheet } from 'react-native';
export default {
primary: '#2089dc',
secondary: '#8F0CE8',
grey0: '#393e42',
grey1: '#43484d',
grey2: '#5e6977',
grey3: '#86939e',
grey4: '#bdc6cf',
grey5: '#e1e8ee',
greyOutline: '#bbb',
searchBg: '#303337',
success: '#52c41a',
error: '#ff190c',
warning: '#faad14',
disabled: 'hsl(208, 8%, 90%)',
// Darker color if hairlineWidth is not thin enough
divider: StyleSheet.hairlineWidth < 1 ? '#bcbbc1' : 'rgba(0, 0, 0, 0.12)',
};